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