[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / d / 4 / 6 / HTTPParserC / 2.9.4 / HTTPParserC.podspec.json
blob77304b01343d3334d1b76a4db8773eb27b7d07d7
2   "name": "HTTPParserC",
3   "version": "2.9.4",
4   "license": "MIT",
5   "summary": "HTTP message parser written in C",
6   "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).",
7   "authors": "Building42",
8   "homepage": "https://github.com/Building42/HTTPParserC",
9   "documentation_url": "https://github.com/nodejs/http-parser",
10   "source": {
11     "git": "https://github.com/Building42/HTTPParserC.git",
12     "tag": "2.9.4"
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": "9.0",
22     "watchos": "2.0",
23     "tvos": "9.0",
24     "osx": "10.6"
25   }