| { |
| "name": "Paymaxpod2", |
| "version": "0.0.1", |
| "summary": "pod1 test", |
| "description": "pod1 测试", |
| "homepage": "https://github.com/daimakuangmo/pod1", |
| "license": "MIT", |
| "authors": { |
| "stan": "wangxiaoqiang@lxfintech.com" |
| }, |
| "platforms": { |
| "ios": "8.1" |
| }, |
| "requires_arc": true, |
| "source": { |
| "git": "http://github.com/daimakuangmo/pod1.git", |
| "tag": "0.0.1" |
| }, |
| "default_subspecs": [ |
| "Paymax", |
| "Alipay", |
| "Wx" |
| ], |
| "subspecs": [ |
| { |
| "name": "Paymax", |
| "source_files": "PaymaxSDK/*.h", |
| "public_header_files": "PaymaxSDK/*.h", |
| "vendored_libraries": "PaymaxSDK/libPaymaxSDK.a", |
| "frameworks": [ |
| "CFNetwork", |
| "SystemConfiguration", |
| "Security", |
| "CoreLocation" |
| ], |
| "ios": { |
| "libraries": [ |
| "c++", |
| "stdc++", |
| "z" |
| ] |
| }, |
| "xcconfig": { |
| "OTHER_LDFLAGS": "-ObjC" |
| } |
| }, |
| { |
| "name": "Alipay", |
| "vendored_libraries": "PaymaxSDK/Paymax+alipay/libPaymaxAli.a", |
| "ios": { |
| "vendored_frameworks": "PaymaxSDK/Paymax+alipay/Alipay/AlipaySDK.framework" |
| }, |
| "resources": "PaymaxSDK/Paymax+alipay/Alipay/AlipaySDK.bundle", |
| "frameworks": [ |
| "CoreMotion", |
| "CoreTelephony" |
| ], |
| "dependencies": { |
| "Paymaxpod2/Paymax": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "Wx", |
| "vendored_libraries": "PaymaxSDK/Paymax+wx/*.a", |
| "dependencies": { |
| "Paymaxpod2/Paymax": [ |
| |
| ] |
| } |
| } |
| ] |
| } |