[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / c / 3 / f / BSON / 6.0.5 / BSON.podspec.json
blob0a61e3c89ab56a7843013b4390a545e6089205bc
2   "name": "BSON",
3   "platforms": {
4     "ios": "11.0",
5     "osx": "10.13"
6   },
7   "version": "6.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_version": "4.2",
11   "homepage": "https://github.com/OpenKitten/BSON",
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "authors": {
17     "joannis": "joannis@orlandos.nl"
18   },
19   "source": {
20     "git": "https://github.com/OpenKitten/BSON.git",
21     "tag": "6.0.5"
22   },
23   "social_media_url": "https://twitter.com/joannisorlandos",
24   "source_files": "Sources/BSON/**/*",
25   "dependencies": {
26     "SwiftNIO": [
27       "~> 1.9"
28     ]
29   }