blob: 94af1694f8a85497a216850c1300929b81ab2127 [file] [log] [blame]
{
"name": "IAPPurchaser",
"version": "1.0.0",
"summary": "Perform and track In App Purchases",
"swift_versions": "5.1",
"description": "An easy way to perform and keep track of In App Purchases",
"homepage": "https://github.com/Gruppio/IAPPurchaser.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Michele Gruppioni": "gruppiofigo@hotmail.it"
},
"social_media_url": "",
"platforms": {
"ios": "13.0",
"tvos": "13.0",
"osx": "10.15"
},
"source": {
"git": "https://github.com/Gruppio/IAPPurchaser.git",
"tag": "1.0.0"
},
"source_files": "Sources/IAPPurchaser/**/*",
"frameworks": "Foundation",
"dependencies": {
"TPInAppReceipt": [
]
},
"swift_version": "5.1"
}