| { |
| "name": "AfterX", |
| "version": "0.6.2", |
| "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.6.2" |
| }, |
| "social_media_url": "https://twitter.com/mborsten", |
| "swift_version": "4.0", |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.9" |
| }, |
| "source_files": "AfterX/Classes/**/*" |
| } |