blob: e2e2ed7c47debc81515aafcf9d61635d5eed56b3 [file] [log] [blame]
{
"name": "PurchaseController",
"version": "0.4.5",
"summary": "A helpful and convenient In App purchases framework",
"homepage": "http://dashdevs.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dashdevs llc": "hello@dashdevs.com"
},
"source": {
"git": "https://github.com/dashdevs/PurchaseController.git",
"tag": "0.4.5"
},
"platforms": {
"ios": "10.0"
},
"source_files": [
"PurchaseController/Classes/**/*",
"PurchaseController/Headers/**/*"
],
"frameworks": "StoreKit",
"dependencies": {
"SwiftyStoreKit": [
"~> 0.14"
],
"GRKOpenSSLFramework": [
]
},
"swift_versions": "4.2",
"swift_version": "4.2"
}