blob: fd23aed612881e4723796bea882e442f63bc2bb1 [file] [log] [blame]
{
"name": "ReviewManager",
"version": "1.0.1",
"summary": "A simple class to handle fallbacks from iOS 10.3's review prompt.",
"description": "A simple class to handle fallbacks from iOS 10.3's review prompt and automatically forward them to the App Store if the review prompt doesn't show.",
"homepage": "https://github.com/52inc/ReviewManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Brendan Lee": "brendan@52inc.com"
},
"source": {
"git": "https://github.com/52inc/ReviewManager.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/52_inc",
"platforms": {
"ios": "9.0"
},
"source_files": "Source/*.*",
"frameworks": [
"UIKit",
"StoreKit"
],
"xcconfig": {
"SWIFT_VERSION": "3.0"
},
"pushed_with_swift_version": "3.0"
}