Files
ShanghaiTimes 892d1002a5 Update to swift 5 & update PlayerViewController.swift (#48)
Update the project to swift 5 and change a deprecated method in the player
2019-07-27 15:52:46 +02:00

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