[Add] CxjToasts 1.0.8
[CocoaPods.git] / Specs / c / b / 7 / ABReviewReminder / 1.0 / ABReviewReminder.podspec.json
blobaa9b1bfb49ae3a5c2f8ede3b3b86399b288558c2
2   "name": "ABReviewReminder",
3   "version": "1.0",
4   "summary": "A utility that reminds your iPhone and iPad app's users to review the app.",
5   "description": "ABReviewReminder is a utility written in Swift 2.0 that reminds the iPhone and iPad app users (iOS 8.0 or later) to review and rate your app.",
6   "homepage": "https://github.com/adilbenmoussa/ABReviewReminder",
7   "license": "MIT",
8   "authors": {
9     "Adil Ben Moussa": "adil.benmoussa@gmail.com"
10   },
11   "social_media_url": "http://twitter.com/adilbenmoussa",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "frameworks": [
16     "SystemConfiguration"
17   ],
18   "source": {
19     "git": "https://github.com/adilbenmoussa/ABReviewReminder.git",
20     "tag": "1.0"
21   },
22   "source_files": "ABReviewReminder/*.{h,swift}",
23   "resource_bundles": {
24     "ABReviewReminder": "**/*.lproj"
25   }