blob: afde8d3e21307bf49258ff4fc89be490aa8e2931 [file] [log] [blame]
{
"name": "DFCommon",
"version": "1.3.9",
"summary": "快速开发ios app,封装了ios开发常用的功能",
"homepage": "https://github.com/anyunzhong/DFCommon",
"license": "Apache 2.0",
"authors": {
"AllenZhong": "2642754767@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/anyunzhong/DFCommon.git",
"tag": "1.3.9"
},
"source_files": "DFCommon/DFCommon/**/*.{h,m}",
"resources": "DFCommon/DFCommon/Resource/*.*",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.6.0"
],
"SDWebImage": [
"~> 3.7.3"
],
"FMDB": [
"~> 2.5"
],
"MBProgressHUD": [
"~> 0.9.1"
],
"MLLabel": [
"~> 1.7"
],
"MJRefresh": [
"~> 2.4.11"
],
"ODRefreshControl": [
"~> 1.2"
],
"MJPhotoBrowser": [
"~> 1.0.2"
],
"MMPopupView": [
],
"TZImagePickerController": [
]
},
"vendored_frameworks": "DFCommon/DFCommon/Lib/lame/lame.framework"
}