[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / f / 1 / 0 / GCDAppCommon / 0.0.4 / GCDAppCommon.podspec.json
blobe9b0305c2b36982d53ebf3710fc94369bb188ec5
2   "name": "GCDAppCommon",
3   "version": "0.0.4",
4   "summary": "iOS AppCommon for GCD.",
5   "homepage": "http://192.168.40.57/GDC_iOS/GCDAppCommon/wikis/home",
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": "git@192.168.40.57:GDC_iOS/GCDAppCommon.git",
19     "tag": "0.0.4"
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   }