blob: 6fdbc59f6f73898a7ac1481224c25c31453b00d6 [file] [log] [blame]
{
"name": "STPopup",
"version": "1.4.0",
"summary": "STPopup provides STPopupController, which works just like UINavigationController in form sheet/bottom sheet style, for both iPhone and iPad.",
"description": "- Extend your view controller from UIViewController, build it in your familiar way.\n- Push/Pop view controller in to/out of popup view stack, and set navigation items by using self.navigationItem.leftBarButtonItem and rightBarButtonItem, just like you are using UINavigationController.\n- Support both \"Form Sheet\" and \"Bottom Sheet\" style.\n- Work well with storyboard(including segue).\n- Customize UI by using UIAppearance.\n- Auto-reposition of popup view when keyboard is showing up, make sure your UITextField/UITextView won't be covered by the keyboard.\n- Drag navigation bar to dismiss popup view.\n- Support both portrait and landscape orientation, and both iPhone and iPad.",
"homepage": "https://github.com/kevin0571/STPopup",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kevin Lin": "kevin_lyn@outlook.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/kevin0571/STPopup.git",
"tag": "1.4.0"
},
"source_files": "STPopup/*.{h,m}",
"public_header_files": "STPopup/*.h"
}