mirror of
https://bitbucket.org/vendoo/vendoo_v1.0.git
synced 2025-12-25 11:47:40 +00:00
11 lines
164 B
Ruby
11 lines
164 B
Ruby
use_frameworks!
|
|
platform :ios, '7.0'
|
|
pod 'Firebase/Invites'
|
|
|
|
target 'InvitesExample' do
|
|
end
|
|
target 'InvitesExampleSwift' do
|
|
end
|
|
target 'InvitesExampleTests' do
|
|
end
|