[Add] NASSDK 1.4.21
[CocoaPods.git] / Specs / d / c / b / GYHttpMock_HC / 1.0.1 / GYHttpMock_HC.podspec.json
blob35177ec4d7618d18b77718b4567b88a62bea005c
2   "name": "GYHttpMock_HC",
3   "version": "1.0.1",
4   "summary": "Library for replace part/all HTTP response based Nocilla.",
5   "homepage": "https://github.com/HonchWong/GYHttpMock_HC",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "黄鸿昌": "honchwong404@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/HonchWong/GYHttpMock_HC.git",
15     "tag": "1.0.1"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "source_files": "**/*.{h,m}",
22   "public_header_files": [
23     "GYHttpMock.h",
24     "GYMatcher.h",
25     "GYNSURLProtocol.h",
26     "Categories/NSString+mock.h",
27     "Categories/NSURLRequest+GYURLRequestProtocol.h",
28     "Hooks/GYHttpClientHook.h",
29     "Hooks/GYURLHook.h",
30     "Hooks/GYNSURLSessionHook.h",
31     "Request/GYSubRequest.h",
32     "Request/GYMockRequest.h",
33     "Request/GYMockRequestDSL.h",
34     "Response/GYMockResponse.h",
35     "Response/GYMockResponseDSL.h"
36   ],
37   "frameworks": [
38     "Foundation",
39     "CFNetwork"
40   ]