[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / d / b / ZHNAlertWrapper / 0.1.0 / ZHNAlertWrapper.podspec.json
blob51c04cc48a7de93e24eeada99764041c244dae18
2   "name": "ZHNAlertWrapper",
3   "version": "0.1.0",
4   "summary": "Category for UIViewController",
5   "homepage": "https://github.com/zhukov-ever/ZHNAlertWrapper",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Zhn": "zhukov.ever@gmail.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/zhukov-ever/ZHNAlertWrapper.git",
18     "tag": "0.1.0",
19     "submodules": true
20   },
21   "source_files": [
22     "Classes",
23     "Classes/**/*.{h,m}"
24   ],
25   "public_header_files": "Classes/**/*.h",
26   "frameworks": "Foundation",
27   "requires_arc": true,
28   "dependencies": {
29     "MBProgressHUD": [
30       "~> 0.9"
31     ]
32   }