blob: 15db1dc4e768b14a2c9bd479e06a536e74be157b [file] [log] [blame]
{
"name": "Appirater",
"version": "2.3.0",
"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.0"
},
"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."
}
}