blob: b67d7c4d8519a69529792138af5e654357473f77 [file] [log] [blame]
{
"name": "commonlib",
"version": "1.0.0",
"summary": "通用组件",
"description": "通用组件",
"homepage": "https://www.58daojia.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhangxiaoqiao": "zhangxiaoqiao@daojia.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "http://git.daojia-inc.com/cswebsite/ios-commonlib.git",
"branch": "developer"
},
"public_header_files": "CommonLib/**/*.h",
"source_files": "CommonLib/**/*.{h,m}",
"resources": "CommonLib/**/*.{bundle,xib}",
"frameworks": [
"UIKit",
"CoreFoundation"
],
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"SDWebImage": [
"~> 3.8.2"
],
"MBProgressHUD": [
"~> 1.0.0"
],
"Masonry": [
]
}
}