[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 6 / e / 3 / STPopup / 1.8.7 / STPopup.podspec.json
bloba7036d5204d86f927dcbc36919c1336677c5b604
2   "name": "STPopup",
3   "version": "1.8.7",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kevin Lin": "kevin_lyn@outlook.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/kevin0571/STPopup.git",
19     "tag": "1.8.7"
20   },
21   "source_files": "STPopup/*.{h,m}",
22   "public_header_files": "STPopup/*.h"