platform :ios, '11.0'
|
|
use_frameworks!
|
|
|
|
target 'FlickerApp' do
|
|
pod 'SwiftCanvas', :git => 'https://github.com/artrmz/SwiftCanvas.git'
|
|
end
|
|
|