[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 3 / 8 / SBNag.swift / 0.0.1 / SBNag.swift.podspec.json
blobc96f801cb0678be401fecab5bbe30c4dc7413606
2   "name": "SBNag.swift",
3   "version": "0.0.1",
4   "summary": "A Swift library for nagging users to take an action.",
5   "description": "This is a simple swift pod to manage the logic behind nagging users to take actions like rating your app or upgrading to a paid version. To do so, simply create a new SBNagtion (think 'Nag Action'), and edit the defaults (Example/SBNag/ViewController.swift shows how you could do this).",
6   "homepage": "https://github.com/schrockblock/SBNag.swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "schrockblock": "thryvinc@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/schrockblock/SBNag.swift.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "SBNag.swift/Classes/**/*",
22   "dependencies": {
23     "SwiftDate": [
25     ]
26   },
27   "pushed_with_swift_version": "3.0"