blob: 51766f9682689aa036b4e4bd926ccc6dce66cf0a [file] [log] [blame]
{
"name": "StoreKitClient",
"version": "0.6.0",
"summary": "Simple PromiseKit based client for Apple's StoreKit IAP API.",
"homepage": "https://github.com/dclelland/StoreKitClient",
"license": {
"type": "MIT"
},
"authors": {
"Daniel Clelland": "daniel.clelland@gmail.com"
},
"source": {
"git": "https://github.com/dclelland/StoreKitClient.git",
"tag": "0.6.0"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"source_files": "Sources/**/*.swift"
},
"requires_arc": true,
"dependencies": {
"PromiseKit": [
"~> 6.4.0"
]
}
}