blob: 788ff09da5b52276af75a95e204516fe2ceb3cfc [file] [log] [blame]
{
"name": "SwiftlyRater",
"version": "1.0.0",
"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.0"
},
"source_files": [
"SwiftlyRater/*.{h,swift}",
"SwiftlyRater/Reachability/*"
],
"resources": "Localization/*.lproj",
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}