| { |
| "name": "ZITOCloound", |
| "version": "4.4.4", |
| "summary": "ZITOCloound iOS SDK", |
| "description": "融拓支付聚合平台\n轻松接入,开启支付新里程", |
| "homepage": "http://www.rtkj.com.cn", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "sunnymoteng": "369074420@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/sunnymoteng/ZITOCloound.git", |
| "tag": "4.4.4" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "default_subspecs": [ |
| "BaseCore", |
| "Alipay" |
| ], |
| "subspecs": [ |
| { |
| "name": "BaseCore", |
| "source_files": "lib/*.h", |
| "public_header_files": "lib/*.h", |
| "vendored_libraries": "lib/*.a", |
| "frameworks": [ |
| "CFNetwork", |
| "SystemConfiguration", |
| "Security" |
| ], |
| "ios": { |
| "libraries": [ |
| "c++", |
| "stdc++", |
| "z" |
| ] |
| }, |
| "xcconfig": { |
| "OTHER_LDFLAGS": "-ObjC" |
| } |
| }, |
| { |
| "name": "Alipay", |
| "vendored_libraries": "lib/Channels/Alipay/*.a", |
| "ios": { |
| "vendored_frameworks": "lib/Channels/Alipay/AlipaySDK.framework" |
| }, |
| "resources": "lib/Channels/Alipay/AlipaySDK.bundle", |
| "frameworks": [ |
| "CoreMotion", |
| "CoreTelephony" |
| ], |
| "dependencies": { |
| "ZITOCloound/BaseCore": [ |
| |
| ] |
| } |
| } |
| ] |
| } |