blob: 099858f345e82171df66569d8ea30e064f1d9db6 [file] [log] [blame]
{
"name": "IAPController",
"version": "2.0.0",
"summary": "In App Purchase controller",
"homepage": "https://github.com/materik/iapcontroller.git",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Mattias Eriksson": "thematerik@gmail.com"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/materik/iapcontroller.git",
"tag": "2.0.0"
},
"exclude_files": [
"DemoSwift",
"DemoObjC"
],
"frameworks": [
"StoreKit"
],
"default_subspecs": "Swift",
"subspecs": [
{
"name": "Swift",
"source_files": "Swift/*.swift"
},
{
"name": "ObjC",
"source_files": "ObjC/*.{h,m}",
"public_header_files": "ObjC/*.h"
}
]
}