[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / f / b / c / SubscriptionMonitor / 1.0.6 / SubscriptionMonitor.podspec.json
blobbb17805a468d5105a373176f5a8393629790c18f
2   "name": "SubscriptionMonitor",
3   "version": "1.0.6",
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.6"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "Sources/**/*",
22   "pushed_with_swift_version": "3.0"