mirror of
https://bitbucket.org/vendoo/vendoo_v1.0.git
synced 2025-12-25 11:47:40 +00:00
41 lines
895 B
Ruby
41 lines
895 B
Ruby
# Uncomment this line to define a global platform for your project
|
|
# platform :ios, '9.0'
|
|
|
|
target 'Vendoo' do
|
|
# Comment this line if you're not using Swift and don't want to use dynamic frameworks
|
|
use_frameworks!
|
|
|
|
# Pods for Vendoo
|
|
pod 'PicoKit'
|
|
pod 'Firebase', '>= 2.5.0'
|
|
pod 'FirebaseAuth'
|
|
pod 'Firebase/Database'
|
|
pod 'Locksmith'
|
|
# pod 'SwiftyJSON', :git => 'https://github.com/SwiftyJSON/SwiftyJSON.git'
|
|
pod 'Alamofire-SwiftyJSON'
|
|
pod 'OAuthSwift', '~> 0.5.0'
|
|
pod 'AeroGearOAuth2'
|
|
pod 'FBSDKCoreKit'
|
|
pod 'FBSDKLoginKit'
|
|
pod 'FBSDKShareKit'
|
|
pod 'Firebase/Storage'
|
|
pod 'TYMActivityIndicatorView'
|
|
pod 'BSImagePicker', '~> 2.3'
|
|
pod 'SWRevealViewController'
|
|
pod 'SOAPEngine'
|
|
|
|
|
|
|
|
target 'VendooTests' do
|
|
inherit! :search_paths
|
|
# Pods for testing
|
|
|
|
end
|
|
|
|
target 'VendooUITests' do
|
|
inherit! :search_paths
|
|
# Pods for testing
|
|
end
|
|
|
|
end
|