[Add] SpikeSDK 4.0.11-beta.5
[CocoaPods.git] / Specs / 6 / e / 3 / STPopup / 1.2.0 / STPopup.podspec.json
blob653a322144b69146fa54f4c031954bd8afc77e27
2   "name": "STPopup",
3   "version": "1.2.0",
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",
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.2.0"
20   },
21   "source_files": "STPopup/*.{h,m}",
22   "public_header_files": "STPopup/*.h"