[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / d / 4 / 6 / HTTPParserC / 9.2.0 / HTTPParserC.podspec.json
blob500e972bb70d1b2f6e1c882cdebb6af61b37155b
2   "name": "HTTPParserC",
3   "version": "9.2.0",
4   "license": "MIT",
5   "summary": "HTTP message parser written in C",
6   "description": "HTTPParser is a HTTP message parser written in C, now based on llhttp. 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/llhttp",
10   "source": {
11     "git": "https://github.com/Building42/HTTPParserC.git",
12     "tag": "9.2.0"
13   },
14   "source_files": "Sources/*.{h,c}",
15   "preserve_paths": "Sources/*.{h,c}",
16   "pod_target_xcconfig": {
17     "SWIFT_INCLUDE_PATHS": "$(SRCROOT)/HTTPParserC/Sources/**"
18   },
19   "requires_arc": false,
20   "platforms": {
21     "ios": "12.0",
22     "osx": "10.13",
23     "tvos": "12.0",
24     "visionos": "1.0",
25     "watchos": "4.0"
26   }