[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / b / 6 / 2 / UIViewController-Popup / 0.0.2 / UIViewController-Popup.podspec.json
blob4b16130a456bb177299e5398ff62455e6b79c87c
2   "name": "UIViewController-Popup",
3   "version": "0.0.2",
4   "summary": "UIViewController extension for poping up an another ViewController with animation effects",
5   "description": "an extension of UIViewController for poping up an another ViewController with animation effects in swift",
6   "homepage": "https://github.com/litt1e-p/UIViewController-PopUp",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "litt1e-p": "litt1e.p4ul@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/litt1e-p/UIViewController-PopUp.git",
15     "tag": "0.0.2"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "requires_arc": true,
21   "source_files": "UIViewController-PopUp/*",
22   "dependencies": {
23     "VisualEffectView": [
24       "~> 3.0.0"
25     ]
26   },
27   "frameworks": [
28     "Foundation",
29     "UIKit"
30   ],
31   "pushed_with_swift_version": "4.0"