blob: 2cfd94f5d8a820216d7cc3f86bdc624550998619 [file] [log] [blame]
{
"name": "SwiftlyRater",
"version": "1.0.1",
"summary": "A simple and lightweight Review Manager for iOS, written in Swift 3",
"description": "SwiftlyRater is an Alert that asks users to leave a review on the AppStore, whenever some specific conditions are met\"",
"homepage": "https://github.com/gdimaggio/SwiftlyRater",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Gianluca Di maggio": "gdimaggio91@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/gdimaggio/SwiftlyRater.git",
"tag": "1.0.1"
},
"source_files": [
"SwiftlyRater/*.{h,swift}",
"SwiftlyRater/Reachability/*"
],
"resources": "Localization/*.lproj",
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}