[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / f / 1 / 0 / GCDAppCommon / 0.0.6 / GCDAppCommon.podspec.json
blob6b0702f17fc7d98e8b80e0794105551426c65af6
2   "name": "GCDAppCommon",
3   "version": "0.0.6",
4   "summary": "iOS AppCommon for GCD.",
5   "homepage": "http://192.168.40.57/GDC_Document/GCDAppCommon/",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "clx": "chenlx@cncn.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "requires_arc": true,
17   "source": {
18     "git": "http://192.168.40.57/GDC_Document/GCDAppCommon.git",
19     "tag": "0.0.6"
20   },
21   "source_files": [
22     "GCDAppCommon/Classes/**/*.{h,m}",
23     "GCDAppCommon/Classes/**/**/*.{h,m}",
24     "GCDAppCommon/Classes/*.{h,m}"
25   ],
26   "public_header_files": [
27     "GCDAppCommon/Classes/**/*.h",
28     "GCDAppCommon/Classes/**/**/*.h",
29     "GCDAppCommon/Classes/*.h"
30   ],
31   "frameworks": [
32     "UIKit",
33     "CFNetwork",
34     "Security",
35     "SystemConfiguration"
36   ],
37   "dependencies": {
38     "AFNetworking": [
39       "~> 2.3"
40     ],
41     "ViewUtils": [
42       "~> 1.1.2"
43     ],
44     "HexColors": [
45       "~> 2.2.1"
46     ],
47     "Mantle": [
48       "~> 1.5.4"
49     ],
50     "NSDate-Extensions": [
51       "~> 0.0.1"
52     ],
53     "MBProgressHUD": [
54       "~> 0.9.0"
55     ],
56     "DZNEmptyDataSet": [
57       "~> 1.7.2"
58     ],
59     "Base64nl": [
60       "~>1.2"
61     ]
62   }