blob: 13b7d4c3d93dfa3e6b54de2249d70663be89592b [file] [log] [blame]
{
"name": "AppRating",
"version": "1.4.3",
"summary": "A simple yet powerful App Review Manager for iOS in Swift 4.2. Now supporting SKStoreReviewController API. Based on ArmChair.",
"description": "A simple yet powerful App Review Manager for iOS and OSX in Swift.\n* 100% Swift 4\n* First and only App Rating Library that supports SKStoreReviewController\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": "10.3"
},
"requires_arc": true,
"source": {
"git": "https://github.com/grizzly/AppRating.git",
"tag": "1.4.3",
"submodules": true
},
"source_files": "AppRating/**/*.{h,swift}",
"ios": {
"resource_bundles": {
"AppRating": [
"Localization/*.lproj"
]
}
}
}