blob: 1b20c6a7c2a744a9b1fac06ed2ad5d0a712ef6fb [file] [log] [blame]
{
"name": "SGTools",
"version": "1.0.1",
"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.1"
},
"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}"
}
]
}