forked from planetdecred/dcrios
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPodfile
More file actions
22 lines (19 loc) · 687 Bytes
/
Podfile
File metadata and controls
22 lines (19 loc) · 687 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Uncomment the next line to define a global platform for your project
platform :ios, '9.0'
project 'decred_wallet'
target 'Decred Wallet' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# use swift5 branch pending when cocoapods gets updated with official support for swift 5
pod 'SlideMenuControllerSwift', :git => 'https://github.com/itswisdomagain/SlideMenuControllerSwift.git', :branch => 'swift5'
pod 'JGProgressHUD'
pod 'QRCodeReader.swift'
pod 'CryptoSwift'
pod 'Fabric'
pod 'Crashlytics'
pod 'MBProgressHUD'
end
target 'Decred WalletTests' do
inherit! :search_paths
# Pods for testing
end