[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / c / 3 / f / BSON / 6.0.2 / BSON.podspec.json
blob20fcc3d80407ec0001b2b6238962df73f4582f5f
2   "name": "BSON",
3   "platforms": {
4     "ios": "11.0"
5   },
6   "version": "6.0.2",
7   "summary": "A Swift implementation of the BSON specification",
8   "description": "APIs designed to parse/serialize as well as encode/decode BSON data.",
9   "swift_version": "4.2",
10   "homepage": "https://github.com/OpenKitten/BSON",
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "joannis": "joannis@orlandos.nl"
17   },
18   "source": {
19     "git": "https://github.com/OpenKitten/BSON.git",
20     "tag": "6.0.2"
21   },
22   "social_media_url": "https://twitter.com/joannisorlandos",
23   "source_files": "Sources/BSON/**/*",
24   "dependencies": {
25     "SwiftNIO": [
26       ">= 1.9.0"
27     ]
28   }