[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 5 / b / 2 / ZBJHttpMock / 1.1.0 / ZBJHttpMock.podspec.json
blobf06f8de71cee4c0c25d6890aa874fac81c95973d
2   "name": "ZBJHttpMock",
3   "version": "1.1.0",
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/zbjios/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   ]