[Add] NeuroID 3.4.1
[CocoaPods.git] / Specs / a / 1 / 3 / HRTPopViewController / 1.0 / HRTPopViewController.podspec.json
blobe404a7f011048f2db6a920e1fdd1bbcfe0308079
2   "name": "HRTPopViewController",
3   "version": "1.0",
4   "platforms": {
5     "ios": "6.0"
6   },
7   "license": "MIT",
8   "summary": "UIViewController 的 Category 方法,以各种方式弹出 UIView",
9   "homepage": "https://github.com/hirat/HRTPopViewController",
10   "authors": {
11     "hirat": "hirats@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/hirat/HRTPopViewController.git",
15     "tag": "1.0"
16   },
17   "description": "\n  UIViewController 的 Category 方法,以各种方式弹出 UIView,可实现类似Path中UIView弹出的效果\n",
18   "requires_arc": true,
19   "source_files": "SouceFile/*.{h,m}",
20   "frameworks": [
21     "UIKit"
22   ],
23   "public_header_files": "SouceFile/*.h",
24   "dependencies": {
25     "pop": [
27     ]
28   }