4 "summary": "STPopup provides STPopupController, which works just like UINavigationController in form sheet/bottom sheet style, for both iPhone and iPad.",
5 "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- Fully customizable popup transition style.\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.",
6 "homepage": "https://github.com/kevin0571/STPopup",
12 "Kevin Lin": "kevin_lyn@outlook.com"
18 "git": "https://github.com/kevin0571/STPopup.git",
21 "source_files": "STPopup/*.{h,m}",
22 "public_header_files": "STPopup/*.h"