blob: 9b8a475267fa92aa4d0c192cea70fd71374b3865 [file] [log] [blame]
{
"name": "LBTools",
"version": "0.1.2",
"summary": "自己封装的控件",
"description": "LBTools.自己封装的控件和一些工具类",
"homepage": "https://github.com/zblbolin/LBSegmentBar",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"812920365@qq.com": "卟师"
},
"source": {
"git": "https://github.com/zblbolin/LBSegmentBar.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "LBSegmentBar",
"source_files": "LBTools/Classes/Base/LBSegmentBar/*",
"dependencies": {
"AFNetworking": [
"~> 2.3"
]
}
},
{
"name": "LBDownLoader",
"source_files": "LBTools/Classes/Base/LBDownLoader/*"
},
{
"name": "SZRecorder",
"source_files": "LBTools/Classes/Base/SZRecorder/*"
}
]
}