blob: 64e78b96e51247955ae75ebe2948d4d4d5554d0f [file] [log] [blame]
{
"name": "XPaySDK",
"version": "0.0.1",
"summary": "The aggregation of payment on iOS.",
"description": "It is an aggregation of payment on iOS, which implement by Objective-C.",
"homepage": "https://github.com/Casum/XPaySDK",
"license": "MIT",
"authors": {
"Casum": "casum.liang@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/Casum/XPaySDK.git",
"tag": "0.0.1"
},
"source_files": "XPaySDK/*",
"frameworks": [
"Foundation",
"CoreMotion",
"UIKit",
"CoreTelephony",
"QuartzCore",
"Security",
"SystemConfiguration",
"CFNetwork"
],
"libraries": [
"stdc++",
"sqlite3.0",
"z",
"c++"
]
}