[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / 3 / 2 / 8 / SGTools / 1.4.4 / SGTools.podspec.json
blob816ae483d5f8d8e6695e040abef57df5407f9a95
2   "name": "SGTools",
3   "version": "1.4.4",
4   "summary": "A short description of SGTools.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/GuiLQing/SGTools",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "GuiLQing": "gui950823@126.com"
13   },
14   "source": {
15     "git": "https://github.com/GuiLQing/SGTools.git",
16     "tag": "1.4.4"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "subspecs": [
22     {
23       "name": "SGAudioPlayer",
24       "source_files": "SGTools/Classes/SGAudioPlayer/**/*.{h,m}"
25     },
26     {
27       "name": "SGVideoPlayer",
28       "source_files": "SGTools/Classes/SGVideoPlayer/**/*.{h,m}"
29     },
30     {
31       "name": "SGShadowView",
32       "source_files": "SGTools/Classes/SGShadowView/**/*.{h,m}"
33     },
34     {
35       "name": "SGSingleAudioPlayer",
36       "source_files": "SGTools/Classes/SGSingleAudioPlayer/**/*.{h,m}"
37     },
38     {
39       "name": "SGVoiceAnimationView",
40       "source_files": "SGTools/Classes/SGVoiceAnimationView/**/*.{h,m}"
41     },
42     {
43       "name": "SGSpeechSynthesizer",
44       "source_files": "SGTools/Classes/SGSpeechSynthesizer/**/*.{h,m}"
45     },
46     {
47       "name": "SGSearchController",
48       "source_files": "SGTools/Classes/SGSearchController/**/*.{h,m}",
49       "resources": "SGTools/Classes/SGSearchController/SGSearchController.bundle"
50     },
51     {
52       "name": "SGGradientProgress",
53       "source_files": "SGTools/Classes/SGGradientProgress/**/*.{h,m}",
54       "resources": "SGTools/Classes/SGGradientProgress/SGGradientProgress.bundle"
55     },
56     {
57       "name": "SGTriangleView",
58       "source_files": "SGTools/Classes/SGTriangleView/**/*.{h,m}"
59     },
60     {
61       "name": "SGPickerView",
62       "source_files": "SGTools/Classes/SGPickerView/*.{h,m}",
63       "subspecs": [
64         {
65           "name": "SGBase",
66           "source_files": "SGTools/Classes/SGPickerView/SGBase/**/*.{h,m}"
67         },
68         {
69           "name": "SGAddressPickerView",
70           "source_files": "SGTools/Classes/SGPickerView/SGAddressPickerView/**/*.{h,m}",
71           "resources": "SGTools/Classes/SGPickerView/SGAddressPickerView/SGPickerView.bundle",
72           "dependencies": {
73             "SGTools/SGPickerView/SGBase": [
75             ]
76           }
77         },
78         {
79           "name": "SGDatePickerView",
80           "source_files": "SGTools/Classes/SGPickerView/SGDatePickerView/**/*.{h,m}",
81           "dependencies": {
82             "SGTools/SGPickerView/SGBase": [
84             ]
85           }
86         },
87         {
88           "name": "SGStringPickerView",
89           "source_files": "SGTools/Classes/SGPickerView/SGStringPickerView/**/*.{h,m}",
90           "dependencies": {
91             "SGTools/SGPickerView/SGBase": [
93             ]
94           }
95         }
96       ]
97     },
98     {
99       "name": "SGCollectionViewFlowLayout",
100       "source_files": "SGTools/Classes/SGCollectionViewFlowLayout/**/*.{h,m}"
101     },
102     {
103       "name": "SGVocabularyDictation",
104       "source_files": "SGTools/Classes/SGVocabularyDictation/**/*.{h,m}",
105       "resources": "SGTools/Classes/SGVocabularyDictation/SGVocabularyDictation.bundle",
106       "dependencies": {
107         "Masonry": [
109         ]
110       }
111     },
112     {
113       "name": "SGCheckBox",
114       "source_files": "SGTools/Classes/SGCheckBox/**/*.{h,m}"
115     },
116     {
117       "name": "SGResource",
118       "source_files": "SGTools/Classes/SGResource/**/*.{h,m}",
119       "resources": "SGTools/Classes/SGResource/SGResource.bundle"
120     },
121     {
122       "name": "SGUIKit",
123       "source_files": "SGTools/Classes/SGUIKit/SGUIKit.h",
124       "subspecs": [
125         {
126           "name": "SGUIView",
127           "source_files": "SGTools/Classes/SGUIKit/SGUIView/**/*.{h,m}"
128         },
129         {
130           "name": "SGUIViewController",
131           "source_files": "SGTools/Classes/SGUIKit/SGUIViewController/**/*.{h,m}",
132           "dependencies": {
133             "SGTools/SGResource": [
135             ],
136             "Masonry": [
138             ]
139           }
140         }
141       ]
142     },
143     {
144       "name": "SGAlertView",
145       "source_files": "SGTools/Classes/SGAlertView/**/*.{h,m}",
146       "resources": "SGTools/Classes/SGAlertView/SGAlert.bundle",
147       "dependencies": {
148         "Masonry": [
150         ],
151         "SGTools/SGCheckBox": [
153         ],
154         "SGTools/SGUIKit/SGUIView": [
156         ]
157       }
158     },
159     {
160       "name": "SGCircularProgress",
161       "source_files": "SGTools/Classes/SGCircularProgress/**/*.{h,m}"
162     },
163     {
164       "name": "SGCountDownView",
165       "source_files": "SGTools/Classes/SGCountDownView/**/*.{h,m}",
166       "resources": "SGTools/Classes/SGCountDownView/SGCountDownView.bundle",
167       "dependencies": {
168         "SGTools/SGCircularProgress": [
170         ]
171       }
172     },
173     {
174       "name": "SGPageFlowView",
175       "source_files": "SGTools/Classes/SGPageFlowView/**/*.{h,m}"
176     },
177     {
178       "name": "SGMoveView",
179       "source_files": "SGTools/Classes/SGMoveView/**/*.{h,m}",
180       "dependencies": {
181         "Masonry": [
183         ]
184       }
185     }
186   ]