blob: 3cb2a7db0df35569574d9fc4cdd83c2b09eefea7 [file] [log] [blame]
{
"name": "Appirater",
"version": "1.0.2",
"platforms": {
"ios": null
},
"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": "1.0.2"
},
"source_files": "*.{h,m}",
"resources": "*.lproj",
"requires_arc": true,
"frameworks": [
"CFNetwork",
"SystemConfiguration"
],
"weak_frameworks": "StoreKit",
"license": {
"type": "MIT",
"text": "Copyright 2012. Arash Payan. This library is distributed under the terms of the MIT/X11."
}
}