blob: 84dcfd56ab342c25403f3990e5d90408823762e6 [file] [log] [blame]
{
"name": "HDAppCommon",
"version": "0.0.2",
"summary": "HD iOS AppCommon.",
"homepage": "http://192.168.40.57/GDC_iOS/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_iOS/HDAppCommon.git",
"tag": "0.0.2"
},
"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": [
]
}
}