[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / 8 / 3 / AfterX / 0.5.0 / AfterX.podspec.json
blob7135ae0d8181576bb22ee914cd7ff4bf9d4c0144
2   "name": "AfterX",
3   "version": "0.5.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Marcel Borsten": "marcel@impart.nl"
13   },
14   "source": {
15     "git": "https://github.com/mborsten/AfterX.git",
16     "tag": "0.5.0"
17   },
18   "social_media_url": "https://twitter.com/mborsten",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "AfterX/Classes/**/*",
23   "pushed_with_swift_version": "3.0"