[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / a / e / TZJLibrary / 1.0.4 / TZJLibrary.podspec.json
blobf74513bc3a5f96c5d48e8981e60b10130d27b939
2   "name": "TZJLibrary",
3   "version": "1.0.4",
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.4"
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           "public_header_files": "TZJLibrary/Classes/Help/BaofooPay/**/*.h",
101           "resources": "TZJLibrary/Assets/bankImage.bundle"
102         },
103         {
104           "name": "JLRoutes",
105           "source_files": "TZJLibrary/Classes/Help/JLRoutes/**/*",
106           "public_header_files": "TZJLibrary/Classes/Help/JLRoutes/**/*.h"
107         },
108         {
109           "name": "LLLockView",
110           "source_files": "TZJLibrary/Classes/Help/LLLockView/*",
111           "public_header_files": "TZJLibrary/Classes/Help/LLLockView/*.h",
112           "dependencies": {
113             "TZJLibrary/Extension": [
115             ]
116           }
117         },
118         {
119           "name": "TouchID",
120           "source_files": "TZJLibrary/Classes/Help/TouchID/*",
121           "public_header_files": "TZJLibrary/Classes/Help/TouchID/*.h",
122           "dependencies": {
123             "TZJLibrary/Extension": [
125             ]
126           }
127         },
128         {
129           "name": "UMAnalytics",
130           "source_files": "TZJLibrary/Classes/Help/UMAnalytics/*",
131           "public_header_files": "TZJLibrary/Classes/Help/UMAnalytics/*.h"
132         },
133         {
134           "name": "UMessage_Sdk_1.4.0",
135           "source_files": "TZJLibrary/Classes/Help/UMessage_Sdk_1.4.0/*",
136           "public_header_files": "TZJLibrary/Classes/Help/UMessage_Sdk_1.4.0/*.h"
137         }
138       ]
139     }
140   ]