blob: 86c10cfd41556d5c5818772d76f551fa812b05df [file] [log] [blame]
{
"name": "Appirater",
"version": "2.0.1",
"platforms": {
"ios": "5.0"
},
"summary": "A utility that reminds your iPhone app's users to review the app.",
"homepage": "http://arashpayan.com/blog/2009/09/07/presenting-appirater/",
"authors": {
"Arash Payan": "arash.payan@gmail.com"
},
"source": {
"git": "https://github.com/arashpayan/appirater.git",
"tag": "2.0.1"
},
"source_files": "*.{h,m}",
"resource_bundles": {
"Appirater": [
"*.lproj"
]
},
"requires_arc": true,
"frameworks": [
"CFNetwork",
"SystemConfiguration"
],
"weak_frameworks": "StoreKit",
"license": {
"type": "MIT",
"text": "Copyright 2013. Arash Payan. This library is distributed under the terms of the MIT/X11."
}
}