mirror of
https://bitbucket.org/vendoo/vendoo_v1.0.git
synced 2025-12-25 11:47:40 +00:00
13 lines
200 B
Ruby
13 lines
200 B
Ruby
# DynamicLinksExample
|
|
|
|
use_frameworks!
|
|
platform :ios, '7.0'
|
|
# [START pod_ddl]
|
|
pod 'Firebase/DynamicLinks'
|
|
# [END pod_ddl]
|
|
|
|
target 'DynamicLinksExample' do
|
|
end
|
|
target 'DynamicLinksExampleSwift' do
|
|
end
|