blob: e378bd7a9c5b38e187e8ca2fceb5a4cd14149477 [file] [log] [blame]
{
"name": "IOSBasiceToolsLib",
"version": "1.0.7",
"license": "MIT",
"summary": "基础框架",
"homepage": "https://gitlab.dctech.club/mobile/iOS_framework_baselib",
"authors": {
"yanbin": "yanbin9010@126.com"
},
"source": {
"git": "https://gitlab.dctech.club/mobile/iOS_framework_baselib.git",
"tag": "1.0.7"
},
"requires_arc": true,
"source_files": "IOSBasiceToolsLib/*/*",
"platforms": {
"ios": "8.0"
},
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"AFNetworking": [
],
"MBProgressHUD": [
],
"CocoaSecurity": [
]
}
}