blob: 302dea4dd739027bc9a613c8afc38dc3fa209c2b [file] [log] [blame]
{
"name": "HDAppCommon",
"version": "0.0.3",
"summary": "HD iOS AppCommon.",
"homepage": "http://192.168.40.57/GDC_Document/HDAppCommon",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"clx": "chenlx@cncn.com"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "http://192.168.40.57/GDC_Document/HDAppCommon.git",
"tag": "0.0.3"
},
"source_files": [
"HDAppCommon/Classes/**/*.{h,m}",
"HDAppCommon/Classes/**/**/*.{h,m}",
"HDAppCommon/Classes/*.{h,m}"
],
"public_header_files": [
"HDAppCommon/Classes/**/*.h",
"HDAppCommon/Classes/**/**/*.h",
"HDAppCommon/Classes/*.h"
],
"frameworks": [
"UIKit",
"Foundation",
"CFNetwork",
"Security",
"SystemConfiguration"
],
"dependencies": {
"AFNetworking": [
"~> 2.6.0"
],
"ViewUtils": [
"~> 1.1.2"
],
"HexColors": [
"~> 2.2.1"
],
"Mantle": [
"~> 1.5.4"
],
"NSDate-Extensions": [
"~> 0.0.1"
],
"DZNEmptyDataSet": [
"~> 1.7.2"
],
"Base64nl": [
"~>1.2"
],
"MBProgressHUD": [
"~> 0.9.0"
],
"Reachability": [
"~>3.2"
]
}
}