[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 9 / 3 / 7 / BiSON / 1.0.0 / BiSON.podspec.json
blobad5273135520e73b9877017cac77f9c9add1e2c3
2   "name": "BiSON",
3   "version": "1.0.0",
4   "summary": "A portable BSON C library",
5   "homepage": "https://github.com/smartdevicelink/bson_c_lib",
6   "license": {
7     "type": "New BSD",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "SmartDeviceLink Team": "developer@smartdevicelink.com"
12   },
13   "platforms": {
14     "ios": "6.0",
15     "osx": "10.7",
16     "watchos": "2.0",
17     "tvos": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/smartdevicelink/bson_c_lib.git",
21     "tag": "1.0.0"
22   },
23   "source_files": [
24     "src/*.{h,c}",
25     "src/emhashmap/*.{h,c}"
26   ],
27   "header_mappings_dir": "src"