blob: 10689a98d3afca00e7bbf091663c5cad37f1d2cb [file] [log] [blame]
{
"name": "SGTools",
"version": "1.0.4",
"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.0.4"
},
"platforms": {
"ios": "9.0"
},
"subspecs": [
{
"name": "SGAudioPlayer",
"source_files": "SGTools/Classes/SGAudioPlayer/**/*.{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}"
},
{
"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": [
]
}
}
]
}
]
}