blob: fc47229ca2b064b40e625f8ddee3acf10fd38d82 [file] [log] [blame]
{
"name": "XTIAP",
"version": "0.1.0",
"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.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "XTIAP/iap/**/*",
"public_header_files": "XTIAP/iap/**/*.h",
"dependencies": {
"XTBase": [
],
"XTReq": [
]
}
}