mirror of
https://github.com/HackPlan/TTGSnackbar.git
synced 2026-04-10 09:00:05 +08:00
12 lines
161 B
Ruby
12 lines
161 B
Ruby
use_frameworks!
|
|
|
|
target 'TTGSnackbar_Example' do
|
|
pod 'TTGSnackbar', :path => '../'
|
|
|
|
target 'TTGSnackbar_Tests' do
|
|
inherit! :search_paths
|
|
|
|
|
|
end
|
|
end
|