[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 5 / 4 / LTxSippr / 0.0.5 / LTxSippr.podspec.json
blob9d454dba3ea348966100393302027c8ecc5d4050
2   "name": "LTxSippr",
3   "version": "0.0.5",
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.5"
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         "SGQRCode": [
185           "~> 2.2.0"
186         ]
187       },
188       "subspecs": [
189         {
190           "name": "Common",
191           "source_files": "LTxSipprCamera/Common/*.{h,m}",
192           "public_header_files": "LTxSipprCamera/Common/*.h"
193         },
194         {
195           "name": "QRCode",
196           "source_files": "LTxSipprCamera/QRCode/*.{h,m}",
197           "public_header_files": "LTxSipprCamera/QRCode/*.h",
198           "dependencies": {
199             "LTxSippr/Camera/Common": [
201             ]
202           }
203         },
204         {
205           "name": "Photo",
206           "source_files": "LTxSipprCamera/Photo/*.{h,m}",
207           "public_header_files": "LTxSipprCamera/Photo/*.h",
208           "dependencies": {
209             "LTxSippr/Camera/Common": [
211             ]
212           }
213         }
214       ]
215     }
216   ]