[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / 5 / 4 / LTxSippr / 0.0.4 / LTxSippr.podspec.json
blobf5508edb044d60a75873d4757a11f1eae1c69976
2   "name": "LTxSippr",
3   "version": "0.0.4",
4   "summary": "Components For Sippr.",
5   "license": "MIT",
6   "authors": {
7     "liangtong": "l900416@163.com"
8   },
9   "homepage": "https://github.com/l900416/LTxSipprComponents",
10   "platforms": {
11     "ios": "9.0"
12   },
13   "source": {
14     "git": "https://github.com/l900416/LTxSipprComponents.git",
15     "tag": "0.0.4"
16   },
17   "dependencies": {
18     "LTFileQuickPreview": [
20     ],
21     "MJRefresh": [
22       "~> 3.1.15.3"
23     ],
24     "DZNEmptyDataSet": [
25       "~> 1.8.1"
26     ],
27     "AFNetworking": [
28       "~> 3.2.0"
29     ],
30     "Toast": [
31       "~> 4.0.0"
32     ]
33   },
34   "frameworks": [
35     "Foundation",
36     "UIKit"
37   ],
38   "default_subspecs": "Core",
39   "subspecs": [
40     {
41       "name": "Support",
42       "resources": "Resources/LTxSipprComponents.bundle"
43     },
44     {
45       "name": "Core",
46       "dependencies": {
47         "LTxSippr/Support": [
49         ]
50       },
51       "subspecs": [
52         {
53           "name": "Model",
54           "source_files": "LTxSipprFoundation/Model/*.{h,m}",
55           "public_header_files": "LTxSipprFoundation/Model/**/*.h"
56         },
57         {
58           "name": "Utils",
59           "source_files": "LTxSipprFoundation/Utils/*.{h,m}",
60           "public_header_files": "LTxSipprFoundation/Utils/**/*.h",
61           "dependencies": {
62             "LTxSippr/Core/Model": [
64             ]
65           }
66         },
67         {
68           "name": "Views",
69           "source_files": "LTxSipprFoundation/Views/*.{h,m}",
70           "public_header_files": "LTxSipprFoundation/Views/**/*.h",
71           "dependencies": {
72             "LTxSippr/Core/Utils": [
74             ]
75           }
76         },
77         {
78           "name": "Controllers",
79           "source_files": "LTxSipprFoundation/Controllers/*.{h,m}",
80           "public_header_files": "LTxSipprFoundation/Controllers/**/*.h",
81           "dependencies": {
82             "LTxSippr/Core/Views": [
84             ]
85           }
86         }
87       ]
88     },
89     {
90       "name": "Message",
91       "dependencies": {
92         "LTxSippr/Core": [
94         ]
95       },
96       "subspecs": [
97         {
98           "name": "Model",
99           "source_files": "LTxSipprMsg/Model/*.{h,m}",
100           "public_header_files": "LTxSipprMsg/Model/*.h"
101         },
102         {
103           "name": "ViewModel",
104           "source_files": "LTxSipprMsg/ViewModel/*.{h,m}",
105           "public_header_files": "LTxSipprMsg/ViewModel/*.h"
106         },
107         {
108           "name": "Views",
109           "source_files": "LTxSipprMsg/Views/*.{h,m,xib}",
110           "public_header_files": "LTxSipprMsg/Views/*.h",
111           "dependencies": {
112             "LTxSippr/Message/Model": [
114             ]
115           }
116         },
117         {
118           "name": "Controllers",
119           "source_files": "LTxSipprMsg/Controllers/*.{h,m}",
120           "public_header_files": "LTxSipprMsg/Controllers/*.h",
121           "dependencies": {
122             "LTxSippr/Message/Views": [
124             ],
125             "LTxSippr/Message/ViewModel": [
127             ]
128           }
129         }
130       ]
131     },
132     {
133       "name": "Setting",
134       "dependencies": {
135         "LTxSippr/Core": [
137         ]
138       },
139       "subspecs": [
140         {
141           "name": "Model",
142           "source_files": "LTxSipprSetting/Model/*.{h,m}",
143           "public_header_files": "LTxSipprSetting/Model/*.h"
144         },
145         {
146           "name": "ViewModel",
147           "source_files": "LTxSipprSetting/ViewModel/*.{h,m}",
148           "public_header_files": "LTxSipprSetting/ViewModel/*.h"
149         },
150         {
151           "name": "Views",
152           "source_files": "LTxSipprSetting/Views/*.{h,m,xib}",
153           "public_header_files": "LTxSipprSetting/Views/*.h",
154           "dependencies": {
155             "LTxSippr/Setting/Model": [
157             ]
158           }
159         },
160         {
161           "name": "Controllers",
162           "source_files": "LTxSipprSetting/Controllers/*.{h,m}",
163           "public_header_files": "LTxSipprSetting/Controllers/*.h",
164           "dependencies": {
165             "LTxSippr/Setting/Views": [
167             ],
168             "LTxSippr/Setting/ViewModel": [
170             ],
171             "LTxSippr/Camera/QRCode": [
173             ]
174           }
175         }
176       ]
177     },
178     {
179       "name": "Camera",
180       "dependencies": {
181         "LTxSippr/Core": [
183         ]
184       },
185       "subspecs": [
186         {
187           "name": "Common",
188           "source_files": "LTxSipprCamera/Common/*.{h,m}",
189           "public_header_files": "LTxSipprCamera/Common/*.h"
190         },
191         {
192           "name": "QRCode",
193           "source_files": "LTxSipprCamera/QRCode/*.{h,m}",
194           "public_header_files": "LTxSipprCamera/QRCode/*.h",
195           "dependencies": {
196             "LTxSippr/Camera/Common": [
198             ]
199           }
200         },
201         {
202           "name": "Photo",
203           "source_files": "LTxSipprCamera/Photo/*.{h,m}",
204           "public_header_files": "LTxSipprCamera/Photo/*.h",
205           "dependencies": {
206             "LTxSippr/Camera/Common": [
208             ]
209           }
210         }
211       ]
212     }
213   ]