blob: d456637f392b1f7d6cee14e5d1cdac193cd80239 [file] [log] [blame]
{
"name": "SLToolObjCKit",
"version": "0.2.0",
"summary": "封装的工具类库",
"description": "封装了弹窗、文件管理、对AFNetworking封装、对SVProgressHUD封装、检查版本更新、归档存储等工具类",
"homepage": "https://github.com/CoderSLZeng/SLToolObjCKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"CoderSLZeng": "359297567@qq.com"
},
"source": {
"git": "https://github.com/CoderSLZeng/SLToolObjCKit.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Alert",
"source_files": "SLToolObjCKit/Classes/Alert/*.{h,m}"
},
{
"name": "File",
"source_files": "SLToolObjCKit/Classes/File/*.{h,m}"
},
{
"name": "Network",
"source_files": "SLToolObjCKit/Classes/Network/*.{h,m}",
"dependencies": {
"AFNetworking": [
],
"SVProgressHUD": [
],
"SLCategoryObjCKit/String": [
]
}
},
{
"name": "ProgressHUD",
"source_files": "SLToolObjCKit/Classes/ProgressHUD/*.{h,m}",
"dependencies": {
"SVProgressHUD": [
]
}
},
{
"name": "UpdateApp",
"source_files": "SLToolObjCKit/Classes/UpdateApp/*.{h,m}"
},
{
"name": "UserDefaults",
"source_files": "SLToolObjCKit/Classes/UserDefaults/*.{h,m}"
}
]
}