blob: c96f801cb0678be401fecab5bbe30c4dc7413606 [file] [log] [blame]
{
"name": "SBNag.swift",
"version": "0.0.1",
"summary": "A Swift library for nagging users to take an action.",
"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).",
"homepage": "https://github.com/schrockblock/SBNag.swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"schrockblock": "thryvinc@gmail.com"
},
"source": {
"git": "https://github.com/schrockblock/SBNag.swift.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SBNag.swift/Classes/**/*",
"dependencies": {
"SwiftDate": [
]
},
"pushed_with_swift_version": "3.0"
}