[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / d / 4 / 6 / HTTPParserC / 2.8.1 / HTTPParserC.podspec.json
blobc16d0ab6697fa78fffcff5b31c9de853166bd06f
2   "name": "HTTPParserC",
3   "version": "2.8.1",
4   "summary": "HTTP message parser written in C",
5   "description": "HTTPParser is a HTTP message parser written in C. It parses both requests and responses.\nThe parser is designed to be used in performance HTTP applications.\nIt does not make any syscalls nor allocations, it does not buffer data, it can be interrupted at anytime.\nDepending on your architecture, it only requires about 40 bytes of data per message stream\n(in a web server that is per connection).",
6   "homepage": "https://github.com/Building42/HTTPParserC",
7   "documentation_url": "https://github.com/nodejs/http-parser",
8   "license": "MIT",
9   "authors": "Building42",
10   "source": {
11     "git": "https://github.com/Building42/HTTPParserC.git",
12     "tag": "2.8.1"
13   },
14   "source_files": "Sources/http_parser.{h,c}",
15   "preserve_paths": "Sources/http_parser.{h,c}",
16   "pod_target_xcconfig": {
17     "SWIFT_INCLUDE_PATHS": "$(SRCROOT)/HTTPParserC/Sources/**"
18   },
19   "requires_arc": false,
20   "platforms": {
21     "ios": "8.0",
22     "watchos": "2.0",
23     "tvos": "9.0",
24     "osx": "10.6"
25   }