blob: 1d97d4f712e463c58af0dd6a5e3235387f34d215 [file] [log] [blame]
{
"name": "MSTDropDownPresentationController",
"version": "0.2.0",
"summary": "A Drop Down Presentation Controller like Tweetbot 3's Timeline/Lists switcher.",
"description": " A Drop Down Presentation Controller like Tweetbot 3's Timeline/Lists switcher.\n\n * Enables beautiful drop down view controller presentation.\n * Subclass of UIPresentationController. Easy to use, Highly compatibility with UIKit.\n * Requires iOS 8 and later.\n",
"homepage": "https://github.com/masahikot/MSTDropDownPresentationController",
"license": "MIT",
"authors": {
"Masahiko Tsujita": "masahikot.uec@icloud.com"
},
"source": {
"git": "https://github.com/masahikot/MSTDropDownPresentationController.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"MSTDropDownPresentationController": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}