Commit 9fad9018 authored by jz's avatar jz

add fiels

parent c46a7226
PODS: PODS:
- GMRouter (0.1.0): - GMRouter (0.1.2):
- MJExtension - MJExtension
- MJExtension (3.2.1) - MJExtension (3.2.1)
...@@ -15,7 +15,7 @@ EXTERNAL SOURCES: ...@@ -15,7 +15,7 @@ EXTERNAL SOURCES:
:path: "../" :path: "../"
SPEC CHECKSUMS: SPEC CHECKSUMS:
GMRouter: d47a2a7690eea791e26374cb3c616667124aa1d8 GMRouter: e5ee4c93aee2f94f977a847f13ec1371a5fbd372
MJExtension: 635f2c663dcb1bf76fa4b715b2570a5710aec545 MJExtension: 635f2c663dcb1bf76fa4b715b2570a5710aec545
PODFILE CHECKSUM: bcbc555b81a3b21a917383786de0d49ebef33013 PODFILE CHECKSUM: bcbc555b81a3b21a917383786de0d49ebef33013
......
{ {
"name": "GMRouter", "name": "GMRouter",
"version": "0.1.0", "version": "0.1.2",
"summary": "A short description of GMRouter.", "summary": "A short description of GMRouter.",
"description": "TODO: Add long description of the pod here.", "description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/Q14/GMRouter", "homepage": "http://git.wanmeizhensuo.com/gengmeiios/GMRouter.git",
"license": { "license": {
"type": "MIT", "type": "MIT",
"file": "LICENSE" "file": "LICENSE"
...@@ -12,18 +12,13 @@ ...@@ -12,18 +12,13 @@
"Q14": "qiaojinzhu@igengmei.com" "Q14": "qiaojinzhu@igengmei.com"
}, },
"source": { "source": {
"git": "https://github.com/Q14/GMRouter.git", "git": "git@git.wanmeizhensuo.com:gengmeiios/GMRouter.git",
"tag": "0.1.0" "tag": "0.1.2"
}, },
"platforms": { "platforms": {
"ios": "8.0" "ios": "8.0"
}, },
"source_files": "GMRouter/Classes/**/*", "source_files": "GMRouter/Classes/**/*",
"resource_bundles": {
"GMRouter": [
"GMRouter/Assets/*"
]
},
"dependencies": { "dependencies": {
"MJExtension": [ "MJExtension": [
......
PODS: PODS:
- GMRouter (0.1.0): - GMRouter (0.1.2):
- MJExtension - MJExtension
- MJExtension (3.2.1) - MJExtension (3.2.1)
...@@ -15,7 +15,7 @@ EXTERNAL SOURCES: ...@@ -15,7 +15,7 @@ EXTERNAL SOURCES:
:path: "../" :path: "../"
SPEC CHECKSUMS: SPEC CHECKSUMS:
GMRouter: d47a2a7690eea791e26374cb3c616667124aa1d8 GMRouter: e5ee4c93aee2f94f977a847f13ec1371a5fbd372
MJExtension: 635f2c663dcb1bf76fa4b715b2570a5710aec545 MJExtension: 635f2c663dcb1bf76fa4b715b2570a5710aec545
PODFILE CHECKSUM: bcbc555b81a3b21a917383786de0d49ebef33013 PODFILE CHECKSUM: bcbc555b81a3b21a917383786de0d49ebef33013
......
This diff is collapsed.
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>FMWK</string> <string>FMWK</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>0.1.0</string> <string>0.1.2</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
#import "GMRouter+gm.h" #import "GMRouter+gm.h"
#import "GMRouter.h" #import "GMRouter.h"
#import "NSObject+gmKey.h"
#import "Target_commons.h" #import "Target_commons.h"
#import "UIViewController+Router.h" #import "UIViewController+Router.h"
......
...@@ -32,9 +32,9 @@ TODO: Add long description of the pod here. ...@@ -32,9 +32,9 @@ TODO: Add long description of the pod here.
s.source_files = 'GMRouter/Classes/**/*' s.source_files = 'GMRouter/Classes/**/*'
s.resource_bundles = { # s.resource_bundles = {
'GMRouter' => ['GMRouter/Assets/*'] # 'GMRouter' => ['GMRouter/Assets/*']
} # }
s.dependency 'MJExtension' s.dependency 'MJExtension'
# s.public_header_files = 'Pod/Classes/**/*.h' # s.public_header_files = 'Pod/Classes/**/*.h'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment