[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / b / c / SubscriptionMonitor / 1.0.9 / SubscriptionMonitor.podspec.json
bloba18932f44c9123efe9786fd43c21dc2e22951acb
2   "name": "SubscriptionMonitor",
3   "version": "1.0.9",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "paulw": "paulw@wilko.me"
13   },
14   "source": {
15     "git": "https://github.com/paulw11/subscription-monitor.git",
16     "tag": "1.0.9"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "Sources/**/*",
22   "pushed_with_swift_version": "3.0"