blob: 866d628e5a11fc023b65fa294afbd5c4704eb6e3 [file] [log] [blame]
{
"name": "AppRating",
"version": "1.1.0",
"summary": "A simple yet powerful App Review Manager for iOS in Swift 3. Now supporting SKStoreReviewController API.",
"description": "A simple yet powerful App Review Manager for iOS and OSX in Swift.\n* 100% Swift 3\n* Fully Configurable at Runtime\n* Default Localizations for Dozens of Languages\n* Easy to Setup",
"homepage": "https://github.com/grizzly/AppRating",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Grizzly": "st.mayr@grizzlynt.com"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/grizzly/AppRating.git",
"tag": "1.1.0",
"submodules": true
},
"source_files": "AppRating/**/*.{h,swift}",
"ios": {
"resource_bundles": {
"AppRating": [
"Localization/*.lproj"
]
}
},
"pushed_with_swift_version": "3.0"
}