blob: 4ce5571c7d002b8ce2719a544f772a4fd24490a8 [file] [log] [blame]
{
"name": "IAPController",
"version": "1.0.0",
"summary": "In App Purchase controller for Swift",
"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": "1.0.0"
},
"exclude_files": [
"DemoSwift"
],
"frameworks": [
"StoreKit"
],
"default_subspecs": "Swift",
"subspecs": [
{
"name": "Swift",
"source_files": "Swift/*.swift"
}
]
}