| { |
| "name": "IceGlobal", |
| "version": "1.1.11", |
| "summary": "IceGlobal", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "http://github.app.hd123.cn:10080/ios/ice-global.git", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "wangweijun": "wangweijun@hd123.com" |
| }, |
| "source": { |
| "git": "http://github.app.hd123.cn:10080/ios/ice-global.git", |
| "tag": "1.1.11" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "preserve_paths": "CocoaPods/**/*", |
| "source_files": "Source/*", |
| "pod_target_xcconfig": { |
| "SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(PODS_TARGET_SRCROOT)/CocoaPods/iphoneos", |
| "SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(PODS_TARGET_SRCROOT)/CocoaPods/iphonesimulator" |
| }, |
| "dependencies": { |
| "ObjectMapper": [ |
| "3.1.0" |
| ], |
| "Alamofire": [ |
| "4.5" |
| ] |
| }, |
| "frameworks": [ |
| "MessageUI", |
| "SystemConfiguration", |
| "KSCrash" |
| ], |
| "xcconfig": { |
| "FRAMEWORK_SEARCH_PATHS": "\"$(PROJECT_DIR)/../Source/FrameWorks\" \"$(PODS_ROOT)/Source/FrameWorks\"" |
| }, |
| "libraries": [ |
| "c++", |
| "z" |
| ], |
| "vendored_frameworks": "Source/FrameWorks/KSCrash.framework", |
| "pushed_with_swift_version": "3.0" |
| } |