- Generic extensions to show/hide a loading spinner in viewcontrollers and views.
- Present the loading spinner in login and purchase classes
... | ... | @@ -42,12 +42,18 @@ Pod::Spec.new do |s| |
p.dependency "PIALibrary/Library" | ||
end | ||
s.subspec "Lottie" do |p| | ||
p.dependency "PIALibrary/Core" | ||
p.dependency "PIALibrary/Util" | ||
end | ||
s.subspec "UI" do |p| | ||
p.source_files = "PIALibrary/Sources/UI/Shared/*.swift" | ||
p.resources = "PIALibrary/Resources/UI/Shared/**/*" | ||
p.dependency "PIALibrary/Library" | ||
p.dependency "SwiftyBeaver" | ||
p.dependency "SwiftEntryKit", "0.7.2" | ||
p.dependency "lottie-ios" | ||
p.ios.source_files = "PIALibrary/Sources/UI/iOS/**/*.swift" | ||
p.ios.resources = "PIALibrary/Resources/UI/iOS/**/*" | ||
... | ... |
... | ... | @@ -7,6 +7,7 @@ abstract_target 'PIALibrary' do |
pod 'Alamofire', '~> 4' | ||
pod 'ReachabilitySwift' | ||
pod 'SwiftEntryKit', '0.7.2' | ||
pod 'lottie-ios' | ||
pod 'PIATunnel', :path => '/Users/ueshiba/Desktop/PIA/tunnel-apple' | ||
#pod 'PIATunnel', '~> 1.1.7' | ||
... | ... |
Please register or sign in to comment