[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 3 / 2 / 8 / SGTools / 1.0.8 / SGTools.podspec.json
blob89f46672692708189ff7bd6a6ee8c1935c142419
2   "name": "SGTools",
3   "version": "1.0.8",
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.0.8"
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": "SGShadowView",
28       "source_files": "SGTools/Classes/SGShadowView/**/*.{h,m}"
29     },
30     {
31       "name": "SGSingleAudioPlayer",
32       "source_files": "SGTools/Classes/SGSingleAudioPlayer/**/*.{h,m}"
33     },
34     {
35       "name": "SGVoiceAnimationView",
36       "source_files": "SGTools/Classes/SGVoiceAnimationView/**/*.{h,m}"
37     },
38     {
39       "name": "SGSpeechSynthesizer",
40       "source_files": "SGTools/Classes/SGSpeechSynthesizer/**/*.{h,m}"
41     },
42     {
43       "name": "SGSearchController",
44       "source_files": "SGTools/Classes/SGSearchController/**/*.{h,m}",
45       "resources": "SGTools/Classes/SGSearchController/SGSearchController.bundle"
46     },
47     {
48       "name": "SGTriangleView",
49       "source_files": "SGTools/Classes/SGTriangleView/**/*.{h,m}"
50     },
51     {
52       "name": "SGPickerView",
53       "source_files": "SGTools/Classes/SGPickerView/*.{h,m}",
54       "subspecs": [
55         {
56           "name": "SGBase",
57           "source_files": "SGTools/Classes/SGPickerView/SGBase/**/*.{h,m}"
58         },
59         {
60           "name": "SGAddressPickerView",
61           "source_files": "SGTools/Classes/SGPickerView/SGAddressPickerView/**/*.{h,m}",
62           "resources": "SGTools/Classes/SGPickerView/SGAddressPickerView/SGPickerView.bundle",
63           "dependencies": {
64             "SGTools/SGPickerView/SGBase": [
66             ]
67           }
68         },
69         {
70           "name": "SGDatePickerView",
71           "source_files": "SGTools/Classes/SGPickerView/SGDatePickerView/**/*.{h,m}",
72           "dependencies": {
73             "SGTools/SGPickerView/SGBase": [
75             ]
76           }
77         },
78         {
79           "name": "SGStringPickerView",
80           "source_files": "SGTools/Classes/SGPickerView/SGStringPickerView/**/*.{h,m}",
81           "dependencies": {
82             "SGTools/SGPickerView/SGBase": [
84             ]
85           }
86         }
87       ]
88     },
89     {
90       "name": "SGCollectionViewFlowLayout",
91       "source_files": "SGTools/Classes/SGCollectionViewFlowLayout/**/*.{h,m}"
92     },
93     {
94       "name": "SGVocabularyDictation",
95       "source_files": "SGTools/Classes/SGVocabularyDictation/**/*.{h,m}",
96       "resources": "SGTools/Classes/SGVocabularyDictation/SGVocabularyDictation.bundle",
97       "dependencies": {
98         "Masonry": [
100         ]
101       }
102     }
103   ]