[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 3 / 1 / EJKit / 1.0.0 / EJKit.podspec.json
blob6a359c264b55c190b059c8a932e01ae01498bfa2
2   "name": "EJKit",
3   "version": "1.0.0",
4   "summary": "A Library used as iOS framework. Work, it's a easy thing.",
5   "description": "This Library contains EJHttpKit,EJTools,EJBaseKit,EJExtension.\"",
6   "homepage": "https://github.com/iOnRoad/EJKit",
7   "license": "MIT",
8   "authors": {
9     "iOnRoad": "xuwenchao_15@163.com"
10   },
11   "source": {
12     "git": "https://github.com/iOnRoad/EJKit.git",
13     "tag": "1.0.0"
14   },
15   "source_files": "Pod/Classes/EJKitHeader.h",
16   "resources": "Pod/Classes/Resource/***",
17   "public_header_files": "Pod/Classes/EJKitHeader.h",
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "EJBase",
25       "source_files": "Pod/Classes/EJBase/*",
26       "public_header_files": "Pod/Classes/EJBase/*.h",
27       "frameworks": [
28         "UIKit",
29         "QuartzCore"
30       ],
31       "dependencies": {
32         "EJKit/EJManager": [
34         ]
35       }
36     },
37     {
38       "name": "EJManager",
39       "source_files": "Pod/Classes/EJManager/*",
40       "public_header_files": "Pod/Classes/EJManager/*.h",
41       "frameworks": [
42         "UIKit",
43         "QuartzCore"
44       ],
45       "dependencies": {
46         "BaiduMapKit": [
47           "~> 2.10.2"
48         ],
49         "EJKit/EJTools": [
51         ]
52       }
53     },
54     {
55       "name": "EJTools",
56       "source_files": "Pod/Classes/EJTools/*",
57       "public_header_files": "Pod/Classes/EJTools/*.h",
58       "frameworks": [
59         "UIKit",
60         "QuartzCore",
61         "CoreLocation",
62         "AVFoundation",
63         "AssetsLibrary",
64         "Security",
65         "MapKit"
66       ],
67       "dependencies": {
68         "KeychainItemWrapper": [
69           "~> 1.2"
70         ],
71         "SDWebImage": [
72           "~> 3.7.6"
73         ]
74       }
75     },
76     {
77       "name": "EJDBKeyValue",
78       "source_files": "Pod/Classes/EJDBKeyValue/*",
79       "public_header_files": "Pod/Classes/EJDBKeyValue/*.h",
80       "frameworks": [
81         "UIKit",
82         "QuartzCore"
83       ],
84       "dependencies": {
85         "LKDBHelper": [
86           "~> 2.2.1"
87         ],
88         "FMDB": [
89           "~> 2.6.2"
90         ]
91       }
92     },
93     {
94       "name": "EJHttpKit",
95       "frameworks": "UIKit",
96       "dependencies": {
97         "EJKit/EJBase": [
99         ],
100         "Reachability": [
101           "~> 3.2"
102         ],
103         "AFNetworking": [
104           "~> 2.6.3"
105         ],
106         "OpenUDID": [
107           "~> 1.0.0"
108         ],
109         "AFgzipRequestSerializer": [
110           "~> 0.0.2"
111         ],
112         "MJExtension": [
113           "~> 3.0.10"
114         ],
115         "LKDBHelper": [
116           "~> 2.2.1"
117         ]
118       },
119       "subspecs": [
120         {
121           "name": "EJHttpRequest",
122           "source_files": "Pod/Classes/EJHttpKit/EJHttpRequest/*",
123           "public_header_files": "Pod/Classes/EJHttpKit/EJHttpRequest/*.h",
124           "dependencies": {
125             "EJKit/EJHttpKit/EJHttpClient": [
127             ]
128           }
129         },
130         {
131           "name": "EJHttpClient",
132           "source_files": "Pod/Classes/EJHttpKit/EJHttpClient/*",
133           "public_header_files": "Pod/Classes/EJHttpKit/EJHttpClient/*.h"
134         }
135       ]
136     }
137   ]