Commit ee3e907a authored by licong's avatar licong

save

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