blob: 4595121c30e03f6fc53f80d77dc655af9effe243 [file] [log] [blame]
{
"name": "SARate",
"version": "1.0.3",
"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.3"
},
"source_files": "SARate/*.{h,m}",
"exclude_files": "ViewController.h",
"resources": "SARate/*.png",
"dependencies": {
"iRate": [
"~> 1.11.4"
]
},
"frameworks": [
"UIKit",
"MessageUI",
"QuartzCore"
]
}