blob: 0f77eabc2c099be7e2e4ca9d02e7c37ef802728b [file] [log] [blame]
{
"name": "PayKit",
"version": "0.0.1",
"summary": "集成支付宝、微信、苹果内购",
"description": "TODO: 集成支付宝、微信、苹果内购",
"homepage": "https://git.coding.net/yuxilong/PayKit.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jack Yu": "305758560@qq.com"
},
"source": {
"git": "https://git.coding.net/yuxilong/PayKit.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "PayKit/**/*.{h,m,mm}",
"resource_bundles": {
"PayKit": [
"PayKit/vendored/*.bundle"
]
},
"public_header_files": "PayKit/*.h",
"frameworks": [
"UIKit",
"SystemConfiguration",
"CoreTelephony",
"QuartzCore",
"CoreText",
"CoreGraphics",
"Foundation",
"CFNetwork",
"CoreMotion",
"StoreKit"
],
"vendored_frameworks": "PayKit/vendored/AlipaySDK.framework",
"vendored_libraries": "PayKit/vendored/libWeChatSDK.a",
"libraries": [
"c++",
"z",
"sqlite3"
],
"dependencies": {
"OpenSSL": [
"~> 1.0.210"
]
}
}