| { |
| "name": "JCSDK_iOS", |
| "version": "1.0.0", |
| "summary": "JCSDK广告聚合", |
| "description": "MS公司提供的一套聚合广告平台和数据采集的工具库,供合作方使用", |
| "homepage": "https://github.com/Romambo/JCSDK-iOS_pod", |
| "license": "MIT", |
| "authors": { |
| "Romambo": "72074640+Romambo@users.noreply.github.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/Romambo/JCSDK-iOS_pod.git", |
| "tag": "1.0.0" |
| }, |
| "default_subspecs": "TemSDK", |
| "frameworks": [ |
| "SystemConfiguration", |
| "CoreGraphics", |
| "Foundation", |
| "UIKit" |
| ], |
| "libraries": [ |
| "c++", |
| "z", |
| "sqlite3", |
| "xml2", |
| "resolv" |
| ], |
| "requires_arc": true, |
| "user_target_xcconfig": { |
| "OTHER_LDFLAGS": [ |
| "-lObjC" |
| ] |
| }, |
| "subspecs": [ |
| { |
| "name": "TemSDK", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "vendored_frameworks": "MS_SDK/TemSDK.framework" |
| } |
| ] |
| } |