[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / f / a / e / TZJLibrary / 1.0.3 / TZJLibrary.podspec.json
blob1eca8b59dcc687702c2fbc7f5865af44d86ae203
2   "name": "TZJLibrary",
3   "version": "1.0.3",
4   "summary": "投之家库",
5   "description": "投之家公共组件、第三方引用、分类、及其网络模块封装、公共业务类",
6   "homepage": "http://git.oa.com/iOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lizb": "lizb@touzhijia.com"
13   },
14   "source": {
15     "git": "http://git.oa.com/iOS/Library.git",
16     "tag": "1.0.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "frameworks": "UIKit",
22   "dependencies": {
23     "hpple": [
24       "~> 0.2.0"
25     ],
26     "AFNetworking": [
27       "~> 3.1.0"
28     ],
29     "ReactiveObjC": [
30       "~> 3.0.0"
31     ],
32     "CocoaLumberjack": [
33       "~> 3.2.0"
34     ],
35     "UMengUShare/UI": [
36       "~> 6.4.5"
37     ],
38     "UMengUShare/Social/WeChat": [
39       "~> 6.4.5"
40     ],
41     "UMengAnalytics": [
42       "~> 4.2.4"
43     ],
44     "Masonry": [
45       "~> 1.0.2"
46     ],
47     "pop": [
48       "~> 1.0.10"
49     ],
50     "UITableView+FDTemplateLayoutCell": [
51       "~> 1.6"
52     ],
53     "NJKWebViewProgress": [
54       "~> 0.2.3"
55     ],
56     "MBProgressHUD": [
57       "~> 1.0.0"
58     ],
59     "SDCycleScrollView": [
60       "~> 1.73"
61     ],
62     "MJExtension": [
63       "~> 3.0.13"
64     ],
65     "WZLBadge": [
66       "~> 1.2.6"
67     ],
68     "AMPopTip": [
69       "~> 1.5.0"
70     ],
71     "IQKeyboardManager": [
72       "~> 4.0.11"
73     ],
74     "MJRefresh": [
75       "~> 3.1.12"
76     ]
77   },
78   "subspecs": [
79     {
80       "name": "Extension",
81       "source_files": "TZJLibrary/Classes/Extension/**/*",
82       "public_header_files": "TZJLibrary/Classes/Extension/**/*.h"
83     },
84     {
85       "name": "Network",
86       "source_files": "TZJLibrary/Classes/**/*",
87       "public_header_files": "TZJLibrary/Classes/**/*.h",
88       "dependencies": {
89         "TZJLibrary/Extension": [
91         ]
92       }
93     },
94     {
95       "name": "Help",
96       "subspecs": [
97         {
98           "name": "BaofooPay",
99           "source_files": "TZJLibrary/Classes/Help/BaofooPay/*",
100           "resources": "TZJLibrary/Assets/*",
101           "dependencies": {
102             "TZJLibrary/Extension": [
104             ]
105           }
106         },
107         {
108           "name": "JLRoutes",
109           "source_files": "TZJLibrary/Classes/Help/JLRoutes/**/*",
110           "public_header_files": "TZJLibrary/Classes/Help/JLRoutes/**/*.h"
111         },
112         {
113           "name": "LLLockView",
114           "source_files": "TZJLibrary/Classes/Help/LLLockView/*",
115           "public_header_files": "TZJLibrary/Classes/Help/LLLockView/*.h",
116           "dependencies": {
117             "TZJLibrary/Extension": [
119             ]
120           }
121         },
122         {
123           "name": "TouchID",
124           "source_files": "TZJLibrary/Classes/Help/TouchID/*",
125           "public_header_files": "TZJLibrary/Classes/Help/TouchID/*.h",
126           "dependencies": {
127             "TZJLibrary/Extension": [
129             ]
130           }
131         },
132         {
133           "name": "UMAnalytics",
134           "source_files": "TZJLibrary/Classes/Help/UMAnalytics/*",
135           "public_header_files": "TZJLibrary/Classes/Help/UMAnalytics/*.h"
136         },
137         {
138           "name": "UMessage_Sdk_1.4.0",
139           "source_files": "TZJLibrary/Classes/Help/UMessage_Sdk_1.4.0/*",
140           "public_header_files": "TZJLibrary/Classes/Help/UMessage_Sdk_1.4.0/*.h"
141         }
142       ]
143     }
144   ]