| { |
| "name": "SARate", |
| "version": "1.0.1", |
| "summary": "SARate - SARate is a library to get positive app reviews on the AppStore.", |
| "homepage": "https://github.com/andrei200287/SARate", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Andrei Solovjev": "andrei@solovjev.com" |
| }, |
| "platforms": { |
| "ios": "5.0" |
| }, |
| "requires_arc": true, |
| "source": { |
| "git": "https://github.com/andrei200287/SARate.git", |
| "tag": "1.0.1" |
| }, |
| "source_files": "SARate/*.{h,m}", |
| "exclude_files": "ViewController.h", |
| "resources": "SARate/*.png", |
| "dependencies": { |
| "iRate": [ |
| "~> 1.7.5" |
| ] |
| }, |
| "frameworks": [ |
| "UIKit", |
| "MessageUI", |
| "QuartzCore" |
| ] |
| } |