[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / f / d / 7 / EJHttpClient / 1.0.1 / EJHttpClient.podspec.json
blob9cb860d02ff64da73db4bb310aee3217797d1f39
2   "name": "EJHttpClient",
3   "version": "1.0.1",
4   "summary": "This is a convenient network framework.",
5   "description": "Using the object as the parameter of the network request, the block asynchronous callback automatically assigned to the response object, encapsulating the errorView and the loadView. In a word, you can request the network, the pop up loadingView and the errorView prompt.",
6   "homepage": "https://github.com/iOnRoad/EJHttpClient",
7   "license": "MIT",
8   "authors": {
9     "iOnRoad": "xuwenchao_15@163.com"
10   },
11   "source": {
12     "git": "https://github.com/iOnRoad/EJHttpClient.git",
13     "tag": "1.0.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "EJHttpClient",
22       "source_files": "Pod/Classes/EJHttpClient/*",
23       "public_header_files": "Pod/Classes/EJHttpClient/*.h",
24       "frameworks": [
25         "UIKit",
26         "QuartzCore"
27       ],
28       "dependencies": {
29         "Reachability": [
30           "~> 3.2"
31         ],
32         "AFNetworking": [
33           "~> 2.6.3"
34         ],
35         "AFgzipRequestSerializer": [
36           "~> 0.0.2"
37         ],
38         "MJExtension": [
39           "~> 3.0.10"
40         ]
41       }
42     }
43   ]