[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / c / b / f / GYHttpMock / 1.0.1 / GYHttpMock.podspec.json
blob727fdb5542f5d0649a2e4de6622f6ca9ee8a171a
2   "name": "GYHttpMock",
3   "version": "1.0.1",
4   "summary": "Library for replace part/all HTTP response based Nocilla.",
5   "homepage": "https://github.com/hypoyao/GYHttpMock",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "hypoyao": "hypoyao@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/hypoyao/GYHttpMock.git",
15     "tag": "1.0.0"
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   ]