[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / 6 / e / SwiftNIOHTTP1 / 1.9.2 / SwiftNIOHTTP1.podspec.json
blobf15a661ef72cbbc8ba01815424d9bba5ec458ef7
2   "name": "SwiftNIOHTTP1",
3   "version": "1.9.2",
4   "license": {
5     "type": "Apache 2.0",
6     "file": "LICENSE.txt"
7   },
8   "summary": "Event-driven network application framework for high performance protocol servers & clients, non-blocking.",
9   "homepage": "https://github.com/apple/swift-nio",
10   "authors": "Apple Inc.",
11   "source": {
12     "git": "https://github.com/apple/swift-nio.git",
13     "tag": "1.9.2"
14   },
15   "documentation_url": "https://apple.github.io/swift-nio/docs/current/NIO/index.html",
16   "module_name": "NIOHTTP1",
17   "swift_version": "4.1",
18   "cocoapods_version": ">=1.1.0",
19   "platforms": {
20     "ios": "10.0",
21     "osx": "10.10",
22     "tvos": "10.0"
23   },
24   "source_files": "Sources/NIOHTTP1/**/*.{swift,c,h}",
25   "dependencies": {
26     "SwiftNIO": [
27       "1.9.2"
28     ],
29     "SwiftNIOConcurrencyHelpers": [
30       "1.9.2"
31     ],
32     "CNIOHTTPParser": [
33       "1.9.2"
34     ],
35     "CNIOZlib": [
36       "1.9.2"
37     ]
38   }