blob: ad281ddef9d8296e2b6a1c095a5e34714ea63234 [file] [log] [blame]
{
"name": "HTTTool",
"version": "0.1.5",
"summary": "基础工具类",
"description": "tool test",
"homepage": "https://github.com/hutingting/HTTTool",
"license": "MIT",
"authors": {
"hutingting": "914774202@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/hutingting/HTTTool.git",
"tag": "0.1.5"
},
"requires_arc": true,
"subspecs": [
{
"name": "UI",
"source_files": "Sources/UI/HUD/",
"dependencies": {
"MBProgressHUD": [
"~> 1.1.0"
]
}
},
{
"name": "Media",
"source_files": "Sources/Common/Media/",
"frameworks": [
"AVFoundation",
"MediaPlayer"
]
},
{
"name": "Timer",
"source_files": "Sources/Common/GCDTimer/"
}
]
}