mirror of
https://github.com/HackPlan/TTGSnackbar.git
synced 2026-04-06 08:51:55 +08:00
6 lines
110 B
Ruby
6 lines
110 B
Ruby
platform :ios, '8.0'
|
|
use_frameworks!
|
|
|
|
target 'TTGSnackbarExample' do
|
|
pod "TTGSnackbar", :path => "../"
|
|
end |