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