blob: 02a50c856967f737dda0bb5e1f0c951da0795409 [file] [log] [blame]
{
"name": "Appirater_ios8",
"version": "3.0.0",
"platforms": {
"ios": "7.0"
},
"summary": "A utility that reminds your iPhone app's users to review the app. But with support for iOS 8",
"homepage": "https://github.com/cbrulak/appirater_iOS8",
"authors": {
"Chris Brulak": "ccmbrulak@gmail.com",
"Arash Payan (Original Author)": "arash.payan@gmail.com"
},
"source": {
"git": "https://github.com/cbrulak/appirater_iOS8.git",
"tag": "3.0.0"
},
"source_files": "*.{h,m}",
"resource_bundles": {
"Appirater": [
"*.lproj"
]
},
"requires_arc": true,
"frameworks": [
"CFNetwork",
"SystemConfiguration"
],
"weak_frameworks": "StoreKit",
"license": {
"type": "MIT",
"text": "Copyright 2014. Arash Payan. This library is distributed under the terms of the MIT/X11. This fork is being re-released as a cocoa pod to suport iOS 8."
}
}