[Add] ADPhotoKit 1.5.0
[CocoaPods.git] / Specs / d / 5 / 4 / LTxSippr / 0.0.1 / LTxSippr.podspec.json
blob40cd8046e592c4744a3623f5dee110be2ffdde54
2   "name": "LTxSippr",
3   "version": "0.0.1",
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.1"
16   },
17   "dependencies": {
18     "LTFileQuickPreview": [
20     ],
21     "MJRefresh": [
23     ],
24     "DZNEmptyDataSet": [
26     ],
27     "AFNetworking": [
29     ]
30   },
31   "frameworks": [
32     "Foundation",
33     "UIKit"
34   ],
35   "default_subspecs": "Core",
36   "subspecs": [
37     {
38       "name": "Support",
39       "resources": "LTxSipprComponents.bundle"
40     },
41     {
42       "name": "Core",
43       "dependencies": {
44         "LTxSippr/Support": [
46         ]
47       },
48       "subspecs": [
49         {
50           "name": "Utils",
51           "source_files": "LTxSipprFoundation/Utils/*.{h,m}",
52           "public_header_files": "LTxSipprFoundation/Utils/**/*.h"
53         },
54         {
55           "name": "Views",
56           "source_files": "LTxSipprFoundation/Views/*.{h,m}",
57           "public_header_files": "LTxSipprFoundation/Views/**/*.h",
58           "dependencies": {
59             "LTxSippr/Core/Utils": [
61             ]
62           }
63         },
64         {
65           "name": "Controllers",
66           "source_files": "LTxSipprFoundation/Controllers/*.{h,m}",
67           "public_header_files": "LTxSipprFoundation/Controllers/**/*.h",
68           "dependencies": {
69             "LTxSippr/Core/Views": [
71             ]
72           }
73         }
74       ]
75     },
76     {
77       "name": "Message",
78       "dependencies": {
79         "LTxSippr/Core": [
81         ]
82       },
83       "subspecs": [
84         {
85           "name": "Model",
86           "source_files": "LTxSipprMsg/Model/*.{h,m}",
87           "public_header_files": "LTxSipprMsg/Model/*.h"
88         },
89         {
90           "name": "ViewModel",
91           "source_files": "LTxSipprMsg/ViewModel/*.{h,m}",
92           "public_header_files": "LTxSipprMsg/ViewModel/*.h"
93         },
94         {
95           "name": "Views",
96           "source_files": "LTxSipprMsg/Views/*.{h,m,xib}",
97           "public_header_files": "LTxSipprMsg/Views/*.h",
98           "dependencies": {
99             "LTxSippr/Message/Model": [
101             ]
102           }
103         },
104         {
105           "name": "Controllers",
106           "source_files": "LTxSipprMsg/Controllers/*.{h,m}",
107           "public_header_files": "LTxSipprMsg/Controllers/*.h",
108           "dependencies": {
109             "LTxSippr/Message/Views": [
111             ],
112             "LTxSippr/Message/ViewModel": [
114             ]
115           }
116         }
117       ]
118     }
119   ]