blob: d65b141812a4f643a6530efe92df59f8c5a191d0 [file] [log] [blame]
{
"name": "GYHttpMock",
"version": "1.0.0",
"summary": "Library for replace part/all HTTP response based Nocilla.",
"homepage": "https://github.com/hypoyao/GYHttpMock",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hypoyao": "haibo159@gmail.com"
},
"source": {
"git": "https://github.com/hypoyao/GYHttpMock.git"
},
"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/GYMockRequestDSL.h",
"Response/GYMockResponse.h",
"Response/GYMockResponseDSL.h"
],
"frameworks": [
"Foundation",
"CFNetwork"
]
}