[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / c / 3 / f / BSON / 7.0.5 / BSON.podspec.json
blobf1dcbf83a88f266d5e191f59fdca8d5f59b5a2e3
2   "name": "BSON",
3   "platforms": {
4     "osx": "10.13",
5     "ios": "10.0"
6   },
7   "version": "7.0.5",
8   "summary": "A Swift implementation of the BSON specification",
9   "description": "APIs designed to parse/serialize as well as encode/decode BSON data.",
10   "swift_versions": [
11     "5.0",
12     "5.2"
13   ],
14   "homepage": "https://github.com/OpenKitten/BSON",
15   "license": {
16     "type": "MIT",
17     "file": "LICENSE"
18   },
19   "authors": {
20     "joannis": "joannis@orlandos.nl"
21   },
22   "source": {
23     "git": "https://github.com/OpenKitten/BSON.git",
24     "tag": "7.0.5"
25   },
26   "social_media_url": "https://twitter.com/joannisorlandos",
27   "source_files": "Sources/BSON/**/*",
28   "dependencies": {
29     "SwiftNIO": [
30       "~> 2.0"
31     ]
32   },
33   "swift_version": "5.2"