blob: 653a322144b69146fa54f4c031954bd8afc77e27 [file] [log] [blame]
{
"name": "STPopup",
"version": "1.2.0",
"summary": "STPopup provides STPopupController, which works just like UINavigationController in popup 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 - 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",
"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.2.0"
},
"source_files": "STPopup/*.{h,m}",
"public_header_files": "STPopup/*.h"
}