4 "summary": "STPopup provides STPopupController, which works just like UINavigationController in popup 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 - 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.\n",
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"