[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / d / 4 / 6 / HTTPParserC / 2.7.3 / HTTPParserC.podspec.json
blob86d8b1751158e8bea3fbb11d7bafc9a4b8a58b21
2   "name": "HTTPParserC",
3   "version": "2.7.3",
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.3"
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   }