[Add] AmitySDK 6.47.1
[CocoaPods.git] / Specs / 3 / 2 / 8 / SGTools / 1.3.1 / SGTools.podspec.json
blob0a8b80ec01f4e00a36af331c121246a14d78a27b
2   "name": "SGTools",
3   "version": "1.3.1",
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.3.1"
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": "SGUIKit",
118       "source_files": "SGTools/Classes/SGUIKit/SGUIKit.h",
119       "subspecs": [
120         {
121           "name": "SGUIView",
122           "source_files": "SGTools/Classes/SGUIKit/SGUIView/**/*.{h,m}"
123         }
124       ]
125     },
126     {
127       "name": "SGAlertView",
128       "source_files": "SGTools/Classes/SGAlertView/**/*.{h,m}",
129       "resources": "SGTools/Classes/SGAlertView/SGAlert.bundle",
130       "dependencies": {
131         "Masonry": [
133         ],
134         "SGTools/SGCheckBox": [
136         ],
137         "SGTools/SGUIKit/SGUIView": [
139         ]
140       }
141     }
142   ]