blob: 7356f7d05bf864a9587d2011c1b0e5e6a5369d31 [file] [log] [blame]
{
"name": "OncePay",
"summary": "APP支付解决方案",
"version": "0.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"once00": "love521943@hotmail.com"
},
"social_media_url": "http://onceo.me/",
"homepage": "https://github.com/once00/OncePayManager",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/once00/OncePayManager.git",
"tag": "0.0.1"
},
"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"
}
}