Files
TTGSnackbar/Example-Swift/Podfile
2016-05-18 01:11:14 +08:00

6 lines
110 B
Ruby

platform :ios, '8.0'
use_frameworks!
target 'TTGSnackbarExample' do
pod "TTGSnackbar", :path => "../"
end