IOS-CoreBluetooth-Mock/Example/Podfile

13 lines
201 B
Ruby

use_frameworks!
platform :ios, '11.0'
target 'nRFBlinky' do
pod 'CoreBluetoothMock', :path => '../'
target 'nRFBlinky_Tests' do
inherit! :search_paths
end
target 'nRFBlinky_UITests'
end