[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / 2 / 7 / BluetoothKit-fork / 0.4.2 / BluetoothKit-fork.podspec.json
blob6c8cee99dc59d407f3e6b23115a025242463eac2
2   "name": "BluetoothKit-fork",
3   "version": "0.4.2",
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.2"
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   }