[Add] ZoomVSDKUIToolkitiOS 1.13.11
[CocoaPods.git] / Specs / a / 2 / 7 / BluetoothKit-fork / 0.4.6 / BluetoothKit-fork.podspec.json
blobc023e19bbd0a488765eff2a785023f02ad4a23ff
2   "name": "BluetoothKit-fork",
3   "version": "0.4.6",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/iain17/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/iain17/BluetoothKit.git",
14     "tag": "0.4.6"
15   },
16   "source_files": [
17     "Source/**/*.{swift}",
18     "Umbrella/**/*.{h}"
19   ],
20   "requires_arc": true,
21   "swift_version": "4.0",
22   "platforms": {
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   }