Bluefruit-Playground/Podfile
2019-12-17 11:45:21 +01:00

11 lines
250 B
Ruby

source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!
target 'BluefruitPlayground' do
platform :ios, '12.0'
pod 'MSWeakTimer', '~> 1.1.0'
pod 'FlexColorPicker'
pod 'Charts', '~> 3.4.0'
pod 'ActiveLabel', '~> 1.1.0'
end