[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 3 / 2 / 8 / SGTools / 1.0.5 / SGTools.podspec.json
blob2834651655ca825268eebb0f9947ba060fcccbbe
2   "name": "SGTools",
3   "version": "1.0.5",
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.5"
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     },
46     {
47       "name": "SGTriangleView",
48       "source_files": "SGTools/Classes/SGTriangleView/**/*.{h,m}"
49     },
50     {
51       "name": "SGPickerView",
52       "source_files": "SGTools/Classes/SGPickerView/*.{h,m}",
53       "subspecs": [
54         {
55           "name": "SGBase",
56           "source_files": "SGTools/Classes/SGPickerView/SGBase/**/*.{h,m}"
57         },
58         {
59           "name": "SGAddressPickerView",
60           "source_files": "SGTools/Classes/SGPickerView/SGAddressPickerView/**/*.{h,m}",
61           "resources": "SGTools/Classes/SGPickerView/SGAddressPickerView/SGPickerView.bundle",
62           "dependencies": {
63             "SGTools/SGPickerView/SGBase": [
65             ]
66           }
67         },
68         {
69           "name": "SGDatePickerView",
70           "source_files": "SGTools/Classes/SGPickerView/SGDatePickerView/**/*.{h,m}",
71           "dependencies": {
72             "SGTools/SGPickerView/SGBase": [
74             ]
75           }
76         },
77         {
78           "name": "SGStringPickerView",
79           "source_files": "SGTools/Classes/SGPickerView/SGStringPickerView/**/*.{h,m}",
80           "dependencies": {
81             "SGTools/SGPickerView/SGBase": [
83             ]
84           }
85         }
86       ]
87     },
88     {
89       "name": "SGCollectionViewFlowLayout",
90       "source_files": "SGTools/Classes/SGCollectionViewFlowLayout/**/*.{h,m}"
91     }
92   ]