Merge branch '70-piax-update-style-for-error-banner' into 'release/2.0.0'
Resolve "PIAX. Update style for error banner" See merge request ios/client-library-apple!126
... | ... | @@ -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/**/*" | ||
... | ... |
No preview for this file type
... | ... | @@ -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