[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 9 / 3 / 7 / BiSON / 1.2.5 / BiSON.podspec.json
blob3a16afca897a1aac197c96dc5e788386923981dc
2   "name": "BiSON",
3   "version": "1.2.5",
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   "preserve_paths": "src/emhashmap/LICENSE",
11   "authors": {
12     "SmartDeviceLink Team": "developer@smartdevicelink.com"
13   },
14   "platforms": {
15     "ios": "9.0",
16     "osx": "10.7",
17     "watchos": "2.0",
18     "tvos": "9.0"
19   },
20   "source": {
21     "git": "https://github.com/smartdevicelink/bson_c_lib.git",
22     "tag": "1.2.5"
23   },
24   "source_files": [
25     "src/*.{h,c}",
26     "src/emhashmap/*.{h,c}"
27   ],
28   "header_mappings_dir": "src"