[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 1 / 8 / c / SimpleShowView / 0.1.1 / SimpleShowView.podspec.json
blob418af4285053060ce58c3ef1d2a12a1c583426f3
2   "name": "SimpleShowView",
3   "version": "0.1.1",
4   "summary": "Show view animation is simple with one line!",
5   "description": "//show a view\nviewHolder.showXib(with: XIB1())\n\n\n//hide a view\nviewHolder.hideXib()\n\n//show a part 1 view\nviewHolder.showXibMinimize(heightMustHide: 100)\n\n//show full height a view\nviewHolder.showXibMaximize()\n\n\n//Show a popup viewcontroller in storyboard with animation\n\nlet popupVC = storyboard?.instantiateViewController(withIdentifier: \"ViewController2\") as! ViewController2\nshowPopup(vc: popupVC)\n\n\n//Show a popup xib viewcontroller with animation\nlet popupVC:XibVC  = XibVC.loadFromNib()\nshowPopup(vc: popupVC)",
6   "homepage": "https://github.com/choioi/SimpleShowView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "choioi": "phungnet001@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/choioi/SimpleShowView.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "SimpleShowView/Classes/**/*",
22   "frameworks": "UIKit",
23   "pushed_with_swift_version": "3.0"