[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 9 / 2 / SJUIFactory / 0.0.1 / SJUIFactory.podspec.json
blob93644284406f1ec3ca65f1cb4cbe2e90d6c26e38
2   "name": "SJUIFactory",
3   "version": "0.0.1",
4   "summary": "make view.",
5   "description": "make views.",
6   "homepage": "https://github.com/changsanjiang/SJUIFactory",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "SanJiang": "changsanjiang@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/changsanjiang/SJUIFactory.git",
19     "tag": "v0.0.1"
20   },
21   "source_files": "Classes/*.{h,m}",
22   "frameworks": "UIKit",
23   "requires_arc": true,
24   "dependencies": {
25     "SJAttributesFactory": [
27     ]
28   },
29   "subspecs": [
30     {
31       "name": "Worker",
32       "subspecs": [
33         {
34           "name": "Controller",
35           "source_files": "Classes/Worker/Controller/*.{h,m}"
36         },
37         {
38           "name": "View",
39           "source_files": "Classes/Worker/View/*.{h,m}"
40         }
41       ]
42     }
43   ]