blob: 4cc9ad38749c89722816af2d4bd1485a5eebcc22 [file] [log] [blame]
{
"name": "StoreKitClient",
"version": "0.7.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.7.0"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"ios": {
"source_files": "Sources/**/*.swift"
},
"dependencies": {
"PromiseKit": [
"~> 6.10.0"
]
},
"swift_version": "5.0"
}