rhummelmose / BluetoothKit

Easily communicate between iOS/OSX devices using BLE
Other
2.27k stars 267 forks source link

swift3 support #29

Closed utopianism closed 7 years ago

utopianism commented 8 years ago

is it have plan for swift3?

rhummelmose commented 8 years ago

Yep. You can create a PR if you need it within a few months :)

calebkleveter commented 7 years ago

@utopianism , the version for Swift 3 has been released, but I think you have to get that version through GitHub as it has not been pushed to CocoaPods as far as I know.

pod 'BluetoothKit', :git => 'https://github.com/rhummelmose/BluetoothKit.git'
rhummelmose commented 7 years ago

Correct, I will push it to CocoaPods

lou-lan commented 7 years ago

I still have some mistakes in swift3.

2016-10-04 2 34 18
hoonahn commented 7 years ago

When i typed $ pod install this error comes up Analyzing dependencies [!] The dependency BluetoothKit (fromhttps://github.com/rhummelmose/BluetoothKit.git) is not used in any concrete target.

what should i do?

my podfile is like this source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' use_frameworks!

pod 'BluetoothKit', :git => 'https://github.com/rhummelmose/BluetoothKit.git'

calebkleveter commented 7 years ago

@HoonAhn , you should open a different issue for this.