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