2 "name": "SubscriptionMonitor",
4 "summary": "A framework for monitoring auto renewing subscriptions on iOS.",
5 "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.",
6 "homepage": "https://github.com/paulw11/subscription-monitor",
12 "paulw": "paulw@wilko.me"
15 "git": "https://github.com/paulw11/subscription-monitor.git",
21 "source_files": "Sources/**/*",
22 "pushed_with_swift_version": "3.0"