blob: f06f8de71cee4c0c25d6890aa874fac81c95973d [file] [log] [blame]
{
"name": "ZBJHttpMock",
"version": "1.1.0",
"summary": "Library for replace part/all HTTP response based Nocilla.",
"homepage": "https://github.com/hypoyao/GYHttpMock",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hypoyao": "hypoyao@qq.com"
},
"source": {
"git": "https://github.com/zbjios/GYHttpMock.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "**/*.{h,m}",
"public_header_files": [
"GYHttpMock.h",
"GYMatcher.h",
"GYNSURLProtocol.h",
"Categories/NSString+mock.h",
"Categories/NSURLRequest+GYURLRequestProtocol.h",
"Hooks/GYHttpClientHook.h",
"Hooks/GYURLHook.h",
"Hooks/GYNSURLSessionHook.h",
"Request/GYSubRequest.h",
"Request/GYMockRequest.h",
"Request/GYMockRequestDSL.h",
"Response/GYMockResponse.h",
"Response/GYMockResponseDSL.h"
],
"frameworks": [
"Foundation",
"CFNetwork"
]
}