892d1002a5
Update the project to swift 5 and change a deprecated method in the player
13 lines
198 B
Ruby
Executable File
13 lines
198 B
Ruby
Executable File
use_frameworks!
|
|
platform :ios, '12.0'
|
|
|
|
target 'HGCircularSlider_Example' do
|
|
pod 'HGCircularSlider', :path => '../'
|
|
|
|
target 'HGCircularSlider_Tests' do
|
|
inherit! :search_paths
|
|
|
|
|
|
end
|
|
end
|