Updated for logging in via Librem One services
Showing
... | ... | @@ -32,6 +32,7 @@ Pod::Spec.new do |s| |
p.dependency "Alamofire", "~> 4" | ||
p.dependency "ReachabilitySwift" | ||
p.dependency "SwiftyBeaver" | ||
p.dependency "SwiftyJSON" | ||
p.dependency "PopupDialog" | ||
p.dependency "PIARegions" | ||
p.dependency "PIAAccountModule" | ||
... | ... | @@ -58,6 +59,7 @@ Pod::Spec.new do |s| |
p.resources = "PIALibrary/Resources/UI/Shared/**/*" | ||
p.dependency "PIALibrary/Library" | ||
p.dependency "SwiftyBeaver" | ||
p.dependency "SwiftyJSON" | ||
p.dependency "SwiftEntryKit", "0.7.2" | ||
p.dependency "lottie-ios" | ||
p.dependency "FXPageControl" | ||
... | ... |
This diff is collapsed.
... | ... | @@ -9,6 +9,7 @@ install! 'cocoapods', |
inhibit_all_warnings! | ||
abstract_target 'PIALibrary' do | ||
pod 'SwiftyJSON' # for Librem One login | ||
pod 'SwiftyBeaver', '~> 1.7.0' | ||
pod 'Gloss', '~> 2' | ||
pod 'Alamofire', '~> 4' | ||
... | ... |
Please register or sign in to comment