[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / d / 4 / 6 / HTTPParserC / 2.7.2 / HTTPParserC.podspec.json
blob241fa50575773078ae30f3e5a000d675dce62840
2   "name": "HTTPParserC",
3   "version": "2.7.2",
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.7.2",
13     "submodules": true
14   },
15   "source_files": "**/http_parser.{h,c}",
16   "preserve_paths": "**/http_parser.{h,c}",
17   "pod_target_xcconfig": {
18     "SWIFT_INCLUDE_PATHS": "$(SRCROOT)/HTTPParserC/http-parser/**"
19   },
20   "requires_arc": false,
21   "platforms": {
22     "ios": "8.0",
23     "osx": "10.10",
24     "tvos": "9.0",
25     "watchos": "2.0"
26   }