[Add] BoreyAdSDK 1.0.12
[CocoaPods.git] / Specs / 2 / c / d / SwiftNIOExtras / 1.7.0 / SwiftNIOExtras.podspec.json
blob8f28c387404c1d72b542350490cacf5b80c591d1
2   "name": "SwiftNIOExtras",
3   "version": "1.7.0",
4   "license": {
5     "type": "Apache 2.0",
6     "file": "LICENSE.txt"
7   },
8   "summary": "Useful code around SwiftNIO.",
9   "homepage": "https://github.com/apple/swift-nio-extras",
10   "authors": "Apple Inc.",
11   "source": {
12     "git": "https://github.com/apple/swift-nio-extras.git",
13     "tag": "1.7.0"
14   },
15   "documentation_url": "https://github.com/apple/swift-nio-extras",
16   "module_name": "NIOExtras",
17   "swift_versions": "5.0",
18   "cocoapods_version": ">=1.6.0",
19   "platforms": {
20     "ios": "10.0",
21     "osx": "10.12",
22     "tvos": "10.0",
23     "watchos": "6.0"
24   },
25   "dependencies": {
26     "SwiftNIO": [
27       ">= 2.9.0",
28       "< 3"
29     ]
30   },
31   "source_files": "Sources/NIOExtras/**/*.swift",
32   "swift_version": "5.0"