-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile
25 lines (18 loc) · 863 Bytes
/
Podfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'DeliveryMobile' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for DeliveryMobile
pod 'Stripe'
pod 'FacebookCore', :inhibit_warnings => true
pod 'FacebookLogin', :inhibit_warnings => true
pod 'FacebookShare', :inhibit_warnings => true
pod 'FBSDKCoreKit', :modular_headers => true, :inhibit_warnings => true
pod 'FBSDKLoginKit', :modular_headers => true, :inhibit_warnings => true
pod 'FBSDKShareKit', :modular_headers => true, :inhibit_warnings => true
pod 'Bolts', :modular_headers => true, :inhibit_warnings => true
pod 'Alamofire', '~> 5.0.0-beta.3'
pod 'SwiftyJSON', '~> 4.0'
pod 'Charts', :git => 'https://github.com/danielgindi/Charts.git'
end