blob: e9b0305c2b36982d53ebf3710fc94369bb188ec5 [file] [log] [blame]
{
"name": "GCDAppCommon",
"version": "0.0.4",
"summary": "iOS AppCommon for GCD.",
"homepage": "http://192.168.40.57/GDC_iOS/GCDAppCommon/wikis/home",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"clx": "chenlx@cncn.com"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "git@192.168.40.57:GDC_iOS/GCDAppCommon.git",
"tag": "0.0.4"
},
"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"
]
}
}