blob: abf383ec3f04d2b281f665612fad34ab0e7325a1 [file] [log] [blame]
{
"name": "GCDAppCommon",
"version": "0.0.9",
"summary": "iOS AppCommon for GCD.",
"homepage": "http://192.168.40.57/GDC_Document/GCDAppCommon/",
"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/GCDAppCommon.git",
"tag": "0.0.9"
},
"source_files": [
"GCDAppCommon/Classes/**/*.{h,m}",
"GCDAppCommon/Classes/**/**/*.{h,m}",
"GCDAppCommon/Classes/*.{h,m}"
],
"public_header_files": [
"GCDAppCommon/Classes/**/*.h",
"GCDAppCommon/Classes/**/**/*.h",
"GCDAppCommon/Classes/*.h"
],
"frameworks": [
"UIKit",
"CFNetwork",
"Security",
"SystemConfiguration"
],
"dependencies": {
"AFNetworking": [
"~> 2.3"
],
"ViewUtils": [
"~> 1.1.2"
],
"HexColors": [
"~> 2.2.1"
],
"Mantle": [
"~> 1.5.4"
],
"NSDate-Extensions": [
"~> 0.0.1"
],
"MBProgressHUD": [
"~> 0.9.0"
],
"DZNEmptyDataSet": [
"~> 1.7.2"
],
"Base64nl": [
"~>1.2"
]
}
}