blob: a18932f44c9123efe9786fd43c21dc2e22951acb [file] [log] [blame]
{
"name": "SubscriptionMonitor",
"version": "1.0.9",
"summary": "A framework for monitoring auto renewing subscriptions on iOS.",
"description": "SubscriptionMonitor automates the tasks required to validate in-app purchase receipts for auto-renewing subscriptions.\nIt will periodically refresh the application receipt and validate it against your server. It will then deliver an NSNotification (and optionally invoke a closure) to let your app know that the receipt has been refreshed and that it should check for changes in subscriptions.",
"homepage": "https://github.com/paulw11/subscription-monitor",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"paulw": "paulw@wilko.me"
},
"source": {
"git": "https://github.com/paulw11/subscription-monitor.git",
"tag": "1.0.9"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/**/*",
"pushed_with_swift_version": "3.0"
}