blob: 2ecdc92cae62755f6827f351d8e439b0a8f80fae [file] [log] [blame]
{
"name": "XTIAP",
"version": "0.0.1",
"summary": "A short description of XTIAP.",
"description": "iOS iap util (Objective-C)",
"homepage": "https://github.com/akateason/XTIAP",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"teason": "akateason@qq.com"
},
"source": {
"git": "https://github.com/akateason/XTIAP.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "XTIAP/iap/**/*",
"public_header_files": "XTIAP/iap/**/*.h",
"dependencies": {
"XTBase": [
],
"XTReq": [
]
}
}