| { |
| "name": "Armchair", |
| "version": "0.1.2", |
| "summary": "A simple yet powerful App Review Manager for iOS and OSX in Swift", |
| "description": "A simple yet powerful App Review Manager for iOS and OSX in Swift.\n* 100% Swift\n* Both iOS and OS X Support\n* Fully Configurable at Runtime\n* Default Localizations for Dozens of Languages\n* Prevent Rating Prompts on Different Devices\n* Uses UIApplication/NSApplication Lifecycle Notifications\n* Easy to Setup\n* iTunes Affiliate Codes\n* Ready For Primetime", |
| "homepage": "https://github.com/UrbanApps/Armchair", |
| "screenshots": [ |
| "https://raw.githubusercontent.com/UrbanApps/Armchair/assets/armchair-iOS.png", |
| "https://raw.githubusercontent.com/UrbanApps/Armchair/assets/armchair-OSX.png" |
| ], |
| "social_media_url": "https://twitter.com/coneybeare", |
| "authors": { |
| "Matt Coneybeare": "coneybeare@urbanapps.com" |
| }, |
| "source": { |
| "git": "https://github.com/UrbanApps/Armchair.git", |
| "tag": "0.1.2" |
| }, |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "source_files": "Source/*.{h,swift}", |
| "resources": "Localization/*.lproj", |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.10" |
| }, |
| "requires_arc": true |
| } |