blob: a71eab9524cd4d4d00f3724c2cd613a46d3d53de [file] [log] [blame]
{
"name": "ArenaPay",
"version": "1.1.1",
"summary": "集成了微信支付和支付宝",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/DingLe888/ArenaPay",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"18911755085@163.com": "18911755085@163.com"
},
"source": {
"git": "https://github.com/DingLe888/ArenaPay.git",
"tag": "1.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ArenaPay/Classes/**/*",
"resources": [
"*.plist",
"*.bundle"
],
"frameworks": [
"SystemConfiguration",
"Security",
"CoreTelephony",
"UIKit",
"Foundation",
"CFNetwork",
"QuartzCore",
"CoreText",
"CoreGraphics",
"CoreMotion"
],
"libraries": [
"z",
"sqlite3.0",
"c++"
],
"vendored_frameworks": "Frameworks/*",
"vendored_libraries": "Libraries/*",
"pod_target_xcconfig": {
"OTHER_LDFLAGS": [
"-ObjC",
"-all_load"
]
}
}