blob: f6842c5c70bebfc40f46b20d205409b9fdd1c5c2 [file] [log] [blame]
{
"name": "PayKit",
"version": "0.0.7",
"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.7"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "PayKit/*.h",
"public_header_files": "PayKit/*.h",
"frameworks": [
"CFNetwork",
"SystemConfiguration",
"Security",
"CoreLocation",
"CoreTelephony"
],
"libraries": [
"c++",
"z",
"sqlite3"
],
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
},
{
"name": "Wx",
"source_files": [
"PayKit/WX/lib/*.h",
"PayKit/*.m"
],
"vendored_libraries": "PayKit/WX/lib/*.a",
"dependencies": {
"PayKit/Core": [
]
}
}
]
}