blob: cd545fe33bd23838b70cb7a6b7f478595ea8611a [file] [log] [blame]
{
"name": "SwiftRater",
"version": "1.7.0",
"summary": "A utility that reminds your iPhone app users to review the app written in pure Swift.",
"description": "SwiftRater is a class that you can drop into any iPhone app that will help remind your users to review your app on the App Store",
"homepage": "https://github.com/takecian/SwiftRater",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"takecian": "takecian@gmail.com"
},
"source": {
"git": "https://github.com/takecian/SwiftRater.git",
"tag": "1.7.0"
},
"social_media_url": "https://twitter.com/takecian",
"swift_versions": [
"5.0",
"5.1"
],
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftRater/**/*",
"exclude_files": "SwiftRater/**/*.{plist}",
"swift_version": "5.1"
}