[Add] AmitySDK 6.47.1
[CocoaPods.git] / Specs / 3 / 2 / 8 / SGTools / 1.1.1 / SGTools.podspec.json
blobebde869956ced621323fe02df3bcfede9d13b71d
2   "name": "SGTools",
3   "version": "1.1.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.1.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": "SGTriangleView",
53       "source_files": "SGTools/Classes/SGTriangleView/**/*.{h,m}"
54     },
55     {
56       "name": "SGPickerView",
57       "source_files": "SGTools/Classes/SGPickerView/*.{h,m}",
58       "subspecs": [
59         {
60           "name": "SGBase",
61           "source_files": "SGTools/Classes/SGPickerView/SGBase/**/*.{h,m}"
62         },
63         {
64           "name": "SGAddressPickerView",
65           "source_files": "SGTools/Classes/SGPickerView/SGAddressPickerView/**/*.{h,m}",
66           "resources": "SGTools/Classes/SGPickerView/SGAddressPickerView/SGPickerView.bundle",
67           "dependencies": {
68             "SGTools/SGPickerView/SGBase": [
70             ]
71           }
72         },
73         {
74           "name": "SGDatePickerView",
75           "source_files": "SGTools/Classes/SGPickerView/SGDatePickerView/**/*.{h,m}",
76           "dependencies": {
77             "SGTools/SGPickerView/SGBase": [
79             ]
80           }
81         },
82         {
83           "name": "SGStringPickerView",
84           "source_files": "SGTools/Classes/SGPickerView/SGStringPickerView/**/*.{h,m}",
85           "dependencies": {
86             "SGTools/SGPickerView/SGBase": [
88             ]
89           }
90         }
91       ]
92     },
93     {
94       "name": "SGCollectionViewFlowLayout",
95       "source_files": "SGTools/Classes/SGCollectionViewFlowLayout/**/*.{h,m}"
96     },
97     {
98       "name": "SGVocabularyDictation",
99       "source_files": "SGTools/Classes/SGVocabularyDictation/**/*.{h,m}",
100       "resources": "SGTools/Classes/SGVocabularyDictation/SGVocabularyDictation.bundle",
101       "dependencies": {
102         "Masonry": [
104         ]
105       }
106     }
107   ]