11 lines
250 B
Ruby
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
|