mirror of
https://github.com/HackPlan/TTGSnackbar.git
synced 2026-04-07 17:07:12 +08:00
6 lines
111 B
Ruby
6 lines
111 B
Ruby
platform :ios, '8.0'
|
|
use_frameworks!
|
|
|
|
target 'TTGSnackbarObjcTest' do
|
|
pod "TTGSnackbar", :path => "../"
|
|
end |