blob: 23ad37680212d41c3b647d63899e0f21c66e5ba0 [file] [log] [blame]
{
"name": "OncePay",
"summary": "APP支付解决方案",
"version": "0.0.7",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"once00": "love521943@hotmail.com"
},
"social_media_url": "http://onceo.me/",
"homepage": "https://github.com/once00/OncePay",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/once00/OncePay.git",
"tag": "0.0.7"
},
"requires_arc": true,
"source_files": "OncePay/**/*.{h,m}",
"public_header_files": "OncePay/**/*.{h}",
"libraries": [
"iconv",
"sqlite3",
"stdc++",
"z"
],
"frameworks": [
"UIKit",
"Foundation",
"CoreFoundation",
"QuartzCore",
"CoreGraphics",
"CoreImage",
"CoreText",
"ImageIO",
"Accelerate",
"SystemConfiguration",
"CoreTelephony",
"Security",
"CoreLocation",
"JavaScriptCore",
"CoreMotion",
"CFNetwork"
],
"ios": {
"vendored_frameworks": "OncePay/Classes/**/*.framework",
"vendored_libraries": "OncePay/Classes/**/**.a"
}
}