[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / c / 3 / f / BSON / 6.0.6 / BSON.podspec.json
blobd767c4f408e4e1860284622eebbb2dd4fe0bb98d
2   "name": "BSON",
3   "platforms": {
4     "osx": "10.13",
5     "ios": "10.0"
6   },
7   "version": "6.0.6",
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.6"
22   },
23   "social_media_url": "https://twitter.com/joannisorlandos",
24   "source_files": "Sources/BSON/**/*",
25   "dependencies": {
26     "SwiftNIO": [
27       "~> 1.9"
28     ]
29   }