[Add] TMFind 0.0.86
[CocoaPods.git] / Specs / b / 6 / 2 / UIViewController-Popup / 0.0.1 / UIViewController-Popup.podspec.json
blob2ebbef229357e9d1e0243d470641d8489da21c89
2   "name": "UIViewController-Popup",
3   "version": "0.0.1",
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.1"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": "UIViewController-PopUp/*",
22   "dependencies": {
23     "VisualEffectView": [
24       "~> 1.0.4"
25     ]
26   },
27   "frameworks": [
28     "Foundation",
29     "UIKit"
30   ]