Commit 9fad9018 authored by jz's avatar jz

add fiels

parent c46a7226
PODS:
- GMRouter (0.1.0):
- GMRouter (0.1.2):
- MJExtension
- MJExtension (3.2.1)
......@@ -15,7 +15,7 @@ EXTERNAL SOURCES:
:path: "../"
SPEC CHECKSUMS:
GMRouter: d47a2a7690eea791e26374cb3c616667124aa1d8
GMRouter: e5ee4c93aee2f94f977a847f13ec1371a5fbd372
MJExtension: 635f2c663dcb1bf76fa4b715b2570a5710aec545
PODFILE CHECKSUM: bcbc555b81a3b21a917383786de0d49ebef33013
......
{
"name": "GMRouter",
"version": "0.1.0",
"version": "0.1.2",
"summary": "A short description of GMRouter.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/Q14/GMRouter",
"homepage": "http://git.wanmeizhensuo.com/gengmeiios/GMRouter.git",
"license": {
"type": "MIT",
"file": "LICENSE"
......@@ -12,18 +12,13 @@
"Q14": "qiaojinzhu@igengmei.com"
},
"source": {
"git": "https://github.com/Q14/GMRouter.git",
"tag": "0.1.0"
"git": "git@git.wanmeizhensuo.com:gengmeiios/GMRouter.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "GMRouter/Classes/**/*",
"resource_bundles": {
"GMRouter": [
"GMRouter/Assets/*"
]
},
"dependencies": {
"MJExtension": [
......
PODS:
- GMRouter (0.1.0):
- GMRouter (0.1.2):
- MJExtension
- MJExtension (3.2.1)
......@@ -15,7 +15,7 @@ EXTERNAL SOURCES:
:path: "../"
SPEC CHECKSUMS:
GMRouter: d47a2a7690eea791e26374cb3c616667124aa1d8
GMRouter: e5ee4c93aee2f94f977a847f13ec1371a5fbd372
MJExtension: 635f2c663dcb1bf76fa4b715b2570a5710aec545
PODFILE CHECKSUM: bcbc555b81a3b21a917383786de0d49ebef33013
......
This diff is collapsed.
......@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.1.0</string>
<string>0.1.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
......
......@@ -12,7 +12,6 @@
#import "GMRouter+gm.h"
#import "GMRouter.h"
#import "NSObject+gmKey.h"
#import "Target_commons.h"
#import "UIViewController+Router.h"
......
......@@ -32,9 +32,9 @@ TODO: Add long description of the pod here.
s.source_files = 'GMRouter/Classes/**/*'
s.resource_bundles = {
'GMRouter' => ['GMRouter/Assets/*']
}
# s.resource_bundles = {
# 'GMRouter' => ['GMRouter/Assets/*']
# }
s.dependency 'MJExtension'
# 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