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