[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 5 / 4 / LTxSippr / 0.0.3 / LTxSippr.podspec.json
blob291cff4b0966228e03c5402db0b08d827b8520f1
2   "name": "LTxSippr",
3   "version": "0.0.3",
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.3"
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": [
43         "Resources/LTxSipprComponents.bundle",
44         "Resources/Language"
45       ]
46     },
47     {
48       "name": "Core",
49       "dependencies": {
50         "LTxSippr/Support": [
52         ]
53       },
54       "subspecs": [
55         {
56           "name": "Utils",
57           "source_files": "LTxSipprFoundation/Utils/*.{h,m}",
58           "public_header_files": "LTxSipprFoundation/Utils/**/*.h"
59         },
60         {
61           "name": "Views",
62           "source_files": "LTxSipprFoundation/Views/*.{h,m}",
63           "public_header_files": "LTxSipprFoundation/Views/**/*.h",
64           "dependencies": {
65             "LTxSippr/Core/Utils": [
67             ]
68           }
69         },
70         {
71           "name": "Controllers",
72           "source_files": "LTxSipprFoundation/Controllers/*.{h,m}",
73           "public_header_files": "LTxSipprFoundation/Controllers/**/*.h",
74           "dependencies": {
75             "LTxSippr/Core/Views": [
77             ]
78           }
79         }
80       ]
81     },
82     {
83       "name": "Message",
84       "dependencies": {
85         "LTxSippr/Core": [
87         ]
88       },
89       "subspecs": [
90         {
91           "name": "Model",
92           "source_files": "LTxSipprMsg/Model/*.{h,m}",
93           "public_header_files": "LTxSipprMsg/Model/*.h"
94         },
95         {
96           "name": "ViewModel",
97           "source_files": "LTxSipprMsg/ViewModel/*.{h,m}",
98           "public_header_files": "LTxSipprMsg/ViewModel/*.h"
99         },
100         {
101           "name": "Views",
102           "source_files": "LTxSipprMsg/Views/*.{h,m,xib}",
103           "public_header_files": "LTxSipprMsg/Views/*.h",
104           "dependencies": {
105             "LTxSippr/Message/Model": [
107             ]
108           }
109         },
110         {
111           "name": "Controllers",
112           "source_files": "LTxSipprMsg/Controllers/*.{h,m}",
113           "public_header_files": "LTxSipprMsg/Controllers/*.h",
114           "dependencies": {
115             "LTxSippr/Message/Views": [
117             ],
118             "LTxSippr/Message/ViewModel": [
120             ]
121           }
122         }
123       ]
124     },
125     {
126       "name": "Setting",
127       "dependencies": {
128         "LTxSippr/Core": [
130         ]
131       },
132       "subspecs": [
133         {
134           "name": "Model",
135           "source_files": "LTxSipprSetting/Model/*.{h,m}",
136           "public_header_files": "LTxSipprSetting/Model/*.h"
137         },
138         {
139           "name": "ViewModel",
140           "source_files": "LTxSipprSetting/ViewModel/*.{h,m}",
141           "public_header_files": "LTxSipprSetting/ViewModel/*.h"
142         },
143         {
144           "name": "Views",
145           "source_files": "LTxSipprSetting/Views/*.{h,m,xib}",
146           "public_header_files": "LTxSipprSetting/Views/*.h",
147           "dependencies": {
148             "LTxSippr/Setting/Model": [
150             ]
151           }
152         },
153         {
154           "name": "Controllers",
155           "source_files": "LTxSipprSetting/Controllers/*.{h,m}",
156           "public_header_files": "LTxSipprSetting/Controllers/*.h",
157           "dependencies": {
158             "LTxSippr/Setting/Views": [
160             ],
161             "LTxSippr/Setting/ViewModel": [
163             ],
164             "LTxSippr/Camera/QRCode": [
166             ]
167           }
168         }
169       ]
170     },
171     {
172       "name": "Camera",
173       "dependencies": {
174         "LTxSippr/Core": [
176         ]
177       },
178       "subspecs": [
179         {
180           "name": "Common",
181           "source_files": "LTxSipprCamera/Common/*.{h,m}",
182           "public_header_files": "LTxSipprCamera/Common/*.h"
183         },
184         {
185           "name": "QRCode",
186           "source_files": "LTxSipprCamera/QRCode/*.{h,m}",
187           "public_header_files": "LTxSipprCamera/QRCode/*.h",
188           "dependencies": {
189             "LTxSippr/Camera/Common": [
191             ]
192           }
193         },
194         {
195           "name": "Photo",
196           "source_files": "LTxSipprCamera/Photo/*.{h,m}",
197           "public_header_files": "LTxSipprCamera/Photo/*.h",
198           "dependencies": {
199             "LTxSippr/Camera/Common": [
201             ]
202           }
203         }
204       ]
205     }
206   ]