blob: 63668ac5f05332818d8e9a5009c6793ca7113116 [file] [log] [blame]
{
"name": "WhatsNewPage",
"version": "0.3.0",
"summary": "Allows simple use of a Whats New Viewcontroller that allows you to visually introduce new features on your apps to your users.",
"description": "A ViewController that mimics the iOS 11 Whats New page. It is comprised of three main elements: WhatsNewLabel, DescriptionStackView, DescriptionView, and a ClosePageButton.",
"homepage": "https://github.com/sgangele21/WhatsNewPage",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sgangele21": "sahil.gangele@gmail.com"
},
"source": {
"git": "https://github.com/sgangele21/WhatsNewPage.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "WhatsNewPage/Classes/**/*",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"pushed_with_swift_version": "4.0"
}