blob: 61361d58c09038044e97130728947d6c9fb93212 [file] [log] [blame]
{
"name": "StoreKitClient",
"version": "0.3.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.3.0"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"source_files": "Sources/**/*.swift"
},
"requires_arc": true,
"dependencies": {
"PromiseKit": [
"~> 4.0"
]
},
"pushed_with_swift_version": "3.2"
}