-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPodfile
31 lines (27 loc) · 806 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
26
27
28
29
30
31
# Uncomment the next line to define a global platform for your project
platform :ios, '13.2'
target 'Calligraphy Dictionary' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
pod 'Alamofire', :git => "https://github.com/Alamofire/Alamofire", :branch => 'master'
pod 'ReachabilitySwift', '~> 4.3.1'
pod 'Ono'
pod 'SwiftIcons', '~> 2.3.2'
pod 'Google-Mobile-Ads-SDK'
pod 'FlagKit'
pod 'DropDown'
pod 'SwiftyJSON'
pod 'FMDB'
pod 'OpenCV2'
pod 'Braintree/Apple-Pay'
pod 'Braintree/PayPal'
pod 'Braintree/Card'
pod 'BraintreeDropIn'
target 'Calligraphy DictionaryTests' do
inherit! :search_paths
# Pods for testing
end
target 'Calligraphy DictionaryUITests' do
# Pods for testing
end
end