blob: a99ed000fd4dc9133f33b0c03b8f1c9c479fcc1d [file] [log] [blame]
{
"name": "StoreKitClient",
"version": "0.6.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"ios": {
"source_files": "Sources/**/*.swift"
},
"dependencies": {
"PromiseKit": [
"~> 6.4.0"
]
}
}