blob: b493a3171697190b829fc7c26a48412621ffd01a [file] [log] [blame]
{
"name": "ABReleaseNotesViewController",
"version": "0.1.1",
"summary": "The easiest way to display your App Store release notes inside your app after an update.",
"description": "Since iOS 7, users have been opted in to automatic updates of their apps from the App Store. This is great for ensuring that our users are always on the latest versions of our products, but it means that it can be much more difficult to tell them about what's new and different in our updates. ABReleaseNotesViewController fixes that by displaying your app's release notes from the App Store inside your app on the first launch after an update.",
"homepage": "https://github.com/aaronbrethorst/ABReleaseNotesViewController",
"screenshots": "https://s3.amazonaws.com/cocoacontrols_production/uploads/control_image/image/8575/rel.jpg",
"license": "MIT",
"authors": {
"Aaron Brethorst": "aaron@brethorsting.com"
},
"source": {
"git": "https://github.com/aaronbrethorst/ABReleaseNotesViewController.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/aaronbrethorst",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "ABReleaseNotesViewController/**/*",
"public_header_files": "ABReleaseNotesViewController/**/*.h",
"frameworks": "UIKit"
}