Commit ee3e907a authored by licong's avatar licong

save

parent 3367e8ae
source 'https://github.com/CocoaPods/Specs.git' source 'https://github.com/CocoaPods/Specs.git'
#source 'http://git.gengmei.cc/gengmeiios/GMSpecs.git' source 'http://git.gengmei.cc/gengmeiios/GMSpecs.git'
use_frameworks! use_frameworks!
......
...@@ -9,6 +9,6 @@ EXTERNAL SOURCES: ...@@ -9,6 +9,6 @@ EXTERNAL SOURCES:
:path: "../" :path: "../"
SPEC CHECKSUMS: SPEC CHECKSUMS:
GMPhobos: 9d53d9cd93aa5d0609452f16e901374f00def8a5 GMPhobos: 7c46530669b3ab2866f37d6c97bd54b493996564
COCOAPODS: 0.39.0 COCOAPODS: 0.39.0
...@@ -15,5 +15,6 @@ ...@@ -15,5 +15,6 @@
"ios": "7.0" "ios": "7.0"
}, },
"requires_arc": true, "requires_arc": true,
"source_files": "Pod/Classes/**/*" "source_files": "Pod/Classes/**/*",
"libraries": "z"
} }
...@@ -9,6 +9,6 @@ EXTERNAL SOURCES: ...@@ -9,6 +9,6 @@ EXTERNAL SOURCES:
:path: "../" :path: "../"
SPEC CHECKSUMS: SPEC CHECKSUMS:
GMPhobos: 9d53d9cd93aa5d0609452f16e901374f00def8a5 GMPhobos: 7c46530669b3ab2866f37d6c97bd54b493996564
COCOAPODS: 0.39.0 COCOAPODS: 0.39.0
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
buildForArchiving = "YES"> buildForArchiving = "YES">
<BuildableReference <BuildableReference
BuildableIdentifier = 'primary' BuildableIdentifier = 'primary'
BlueprintIdentifier = 'E191C046385F78F22DA3D207' BlueprintIdentifier = '65BEEDBF7D3174523D526C4B'
BlueprintName = 'GMPhobos' BlueprintName = 'GMPhobos'
ReferencedContainer = 'container:Pods.xcodeproj' ReferencedContainer = 'container:Pods.xcodeproj'
BuildableName = 'GMPhobos.framework'> BuildableName = 'GMPhobos.framework'>
......
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/GMPhobos" "${PODS_ROOT}/Headers/Public" HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/GMPhobos" "${PODS_ROOT}/Headers/Public"
OTHER_LDFLAGS = -l"z"
PODS_ROOT = ${SRCROOT} PODS_ROOT = ${SRCROOT}
SKIP_INSTALL = YES SKIP_INSTALL = YES
\ No newline at end of file
...@@ -31,8 +31,8 @@ Pod::Spec.new do |s| ...@@ -31,8 +31,8 @@ Pod::Spec.new do |s|
s.requires_arc = true s.requires_arc = true
s.source_files = 'Pod/Classes/**/*' s.source_files = 'Pod/Classes/**/*'
# s.dependency 'GMLibrary/Cache','~> 0.0.1' # s.dependency 'GMLibrary','~> 0.0.1'
# s.library = 'z' s.library = 'z'
# s.resource_bundles = { # s.resource_bundles = {
# 'GMPhobos' => ['Pod/Assets/*.png'] # 'GMPhobos' => ['Pod/Assets/*.png']
# } # }
......
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