[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 8 / 7 / c / WolfNIO / 0.2.2 / WolfNIO.podspec.json
blob6f0a648748b76e01f0d53d35fbeaf6a41e8a65f3
2   "name": "WolfNIO",
3   "version": "0.2.2",
4   "summary": "NIO and concurrency tools (including futures) for iOS apps.",
5   "homepage": "https://github.com/wolfmcnally/WolfNIO",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Wolf McNally": "wolf@wolfmcnally.com"
12   },
13   "source": {
14     "git": "https://github.com/wolfmcnally/WolfNIO.git",
15     "tag": "0.2.2",
16     "submodules": true
17   },
18   "source_files": [
19     "Sources/WolfNIO/**/*",
20     "Sources/nio-kit/Sources/**/*"
21   ],
22   "swift_versions": "5.0",
23   "platforms": {
24     "ios": "12.0",
25     "osx": "10.14",
26     "tvos": "12.0"
27   },
28   "module_name": "WolfNIO",
29   "dependencies": {
30     "SwiftNIO": [
31       "~> 2.0"
32     ],
33     "SwiftNIOTransportServices": [
34       "~> 1.0"
35     ]
36   }