blob: dd2aea67530ca0f4720d06593049891bfe4ee580 [file] [log] [blame]
{
"name": "BFRating",
"version": "1.0.1",
"summary": "BFRating enhances the rating process of your app. With this library you only get the most positiv ratings!",
"description": "Currently iOS has its own in app rating mechanism which works pretty well. We want to enhance this process with an alert before asking if the user is happy with the app. This will filter bad ratings and let those users write feedback via mail to the developer.",
"homepage": "https://www.bitfactory.io/de/blog/inapp-rating/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Matthias Nagel": "matthias@bitfactory.io"
},
"source": {
"git": "https://github.com/bitfactoryio/BFRating.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/bitfactoryio",
"swift_version": "4.0",
"platforms": {
"ios": "11.0"
},
"source_files": "BFRating/Classes/**/*",
"dependencies": {
"SwiftyUserDefaults": [
"4.0.0-alpha.1"
],
"Localize-Swift": [
]
}
}