blob: 93c8cfcc7991a5afbcab1d1bd476b323fe21b790 [file] [log] [blame]
{
"name": "AfterX",
"version": "0.3.1",
"summary": "Do something once, after x amount of times",
"description": "AfterX is ideal for keeping track of onboarding, tips, etc. Want to show a tip the first time a user sees a view?: `AfterX.doOnce()`. Want to ask the user for a glaring review after succeeding a task 5 times?: `AfterX.do(task: \"once_after_five\", after: 5) { self.askForReview() }`",
"homepage": "https://github.com/mborsten/AfterX",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Marcel Borsten": "marcel@impart.nl"
},
"source": {
"git": "https://github.com/mborsten/AfterX.git",
"tag": "0.3.1"
},
"social_media_url": "https://twitter.com/mborsten",
"platforms": {
"ios": "8.0"
},
"source_files": "AfterX/Classes/**/*",
"pushed_with_swift_version": "3.0"
}