[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 7 / d / Zlement / 1.0.0 / Zlement.podspec.json
blob53b3df29515ce60463e578dc5b79b7756b05847e
2   "name": "Zlement",
3   "version": "1.0.0",
4   "summary": "Elements for Z",
5   "description": "Elements for Z",
6   "homepage": "https://github.com/lzackx/Zlement",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lzackx": "lzackx@lzackx.com"
13   },
14   "source": {
15     "git": "https://github.com/lzackx/Zlement.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "default_subspecs": "All",
22   "subspecs": [
23     {
24       "name": "All",
25       "dependencies": {
26         "Zlement/UITableView": [
28         ]
29       }
30     },
31     {
32       "name": "UITableView",
33       "source_files": [
34         "Zlement/Classes/UITableView/*"
35       ],
36       "frameworks": "UIKit"
37     }
38   ]