| { |
| "name": "ABReviewReminder", |
| "version": "1.0", |
| "summary": "A utility that reminds your iPhone and iPad app's users to review the app.", |
| "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.", |
| "homepage": "https://github.com/adilbenmoussa/ABReviewReminder", |
| "license": "MIT", |
| "authors": { |
| "Adil Ben Moussa": "adil.benmoussa@gmail.com" |
| }, |
| "social_media_url": "http://twitter.com/adilbenmoussa", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "frameworks": [ |
| "SystemConfiguration" |
| ], |
| "source": { |
| "git": "https://github.com/adilbenmoussa/ABReviewReminder.git", |
| "tag": "1.0" |
| }, |
| "source_files": "ABReviewReminder/*.{h,swift}", |
| "resource_bundles": { |
| "ABReviewReminder": "**/*.lproj" |
| } |
| } |