4 "summary": "Do something once, after x amount of times",
5 "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() }`",
6 "homepage": "https://github.com/mborsten/AfterX",
12 "Marcel Borsten": "marcel@impart.nl"
15 "git": "https://github.com/mborsten/AfterX.git",
18 "social_media_url": "https://twitter.com/mborsten",
22 "source_files": "AfterX/Classes/**/*",
23 "pushed_with_swift_version": "3.0"