[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / a / 2 / 1 / BluetoothKit / 0.3.0 / BluetoothKit.podspec.json
blob77d71340b767e9b35c3eab0cd2eeac8ce0275bb5
2   "name": "BluetoothKit",
3   "version": "0.3.0",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/rasmusth/BluetoothKit",
8   "authors": {
9     "Rasmus Taulborg Hummelmose": "rasmus@hummelmose.dk"
10   },
11   "summary": "Easily communicate between iOS devices using BLE.",
12   "source": {
13     "git": "https://github.com/rasmusth/BluetoothKit.git",
14     "tag": "0.3.0"
15   },
16   "source_files": [
17     "Source/**/*.{swift}",
18     "Umbrella/**/*.{h}"
19   ],
20   "requires_arc": true,
21   "platforms": {
22     "osx": "10.10",
23     "ios": "8.0",
24     "tvos": "9.0"
25   },
26   "tvos": {
27     "exclude_files": [
28       "Source/BKCBPeripheralManagerDelegateProxy.swift",
29       "Source/BKPeripheral.swift",
30       "Source/BKPeripheralConfiguration.swift",
31       "Source/BKPeripheralStateMachine.swift",
32       "Source/BKRemoteCentral.swift"
33     ]
34   }