blob: a81373bf75ed0b134f2b90087c4b9834c6b9a80b [file] [log] [blame]
{
"name": "SGTools",
"version": "1.2.3",
"summary": "A short description of SGTools.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/GuiLQing/SGTools",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"GuiLQing": "gui950823@126.com"
},
"source": {
"git": "https://github.com/GuiLQing/SGTools.git",
"tag": "1.2.3"
},
"platforms": {
"ios": "9.0"
},
"subspecs": [
{
"name": "SGAudioPlayer",
"source_files": "SGTools/Classes/SGAudioPlayer/**/*.{h,m}"
},
{
"name": "SGVideoPlayer",
"source_files": "SGTools/Classes/SGVideoPlayer/**/*.{h,m}"
},
{
"name": "SGShadowView",
"source_files": "SGTools/Classes/SGShadowView/**/*.{h,m}"
},
{
"name": "SGSingleAudioPlayer",
"source_files": "SGTools/Classes/SGSingleAudioPlayer/**/*.{h,m}"
},
{
"name": "SGVoiceAnimationView",
"source_files": "SGTools/Classes/SGVoiceAnimationView/**/*.{h,m}"
},
{
"name": "SGSpeechSynthesizer",
"source_files": "SGTools/Classes/SGSpeechSynthesizer/**/*.{h,m}"
},
{
"name": "SGSearchController",
"source_files": "SGTools/Classes/SGSearchController/**/*.{h,m}",
"resources": "SGTools/Classes/SGSearchController/SGSearchController.bundle"
},
{
"name": "SGGradientProgress",
"source_files": "SGTools/Classes/SGGradientProgress/**/*.{h,m}",
"resources": "SGTools/Classes/SGGradientProgress/SGGradientProgress.bundle"
},
{
"name": "SGTriangleView",
"source_files": "SGTools/Classes/SGTriangleView/**/*.{h,m}"
},
{
"name": "SGPickerView",
"source_files": "SGTools/Classes/SGPickerView/*.{h,m}",
"subspecs": [
{
"name": "SGBase",
"source_files": "SGTools/Classes/SGPickerView/SGBase/**/*.{h,m}"
},
{
"name": "SGAddressPickerView",
"source_files": "SGTools/Classes/SGPickerView/SGAddressPickerView/**/*.{h,m}",
"resources": "SGTools/Classes/SGPickerView/SGAddressPickerView/SGPickerView.bundle",
"dependencies": {
"SGTools/SGPickerView/SGBase": [
]
}
},
{
"name": "SGDatePickerView",
"source_files": "SGTools/Classes/SGPickerView/SGDatePickerView/**/*.{h,m}",
"dependencies": {
"SGTools/SGPickerView/SGBase": [
]
}
},
{
"name": "SGStringPickerView",
"source_files": "SGTools/Classes/SGPickerView/SGStringPickerView/**/*.{h,m}",
"dependencies": {
"SGTools/SGPickerView/SGBase": [
]
}
}
]
},
{
"name": "SGCollectionViewFlowLayout",
"source_files": "SGTools/Classes/SGCollectionViewFlowLayout/**/*.{h,m}"
},
{
"name": "SGVocabularyDictation",
"source_files": "SGTools/Classes/SGVocabularyDictation/**/*.{h,m}",
"resources": "SGTools/Classes/SGVocabularyDictation/SGVocabularyDictation.bundle",
"dependencies": {
"Masonry": [
]
}
}
]
}