添加压缩和解压
Showing
... | @@ -51,7 +51,7 @@ Pod::Spec.new do |s| | ... | @@ -51,7 +51,7 @@ Pod::Spec.new do |s| |
s.source_files = "MRFramework/MRFramework/FoundationManagers/Namespace/*.swift" | s.source_files = "MRFramework/MRFramework/FoundationManagers/Namespace/*.swift" | ||
end | end | ||
s.subspec 'Parser' do |pa| | s.subspec 'Parser' do |pa| | ||
s.source_files = "MRFramework/MRFramework/FoundationManagers/Parser/*.swift" | pa.source_files = "MRFramework/MRFramework/FoundationManagers/Parser/*.swift" | ||
end | end | ||
end | end | ||
... | @@ -83,5 +83,6 @@ Pod::Spec.new do |s| | ... | @@ -83,5 +83,6 @@ Pod::Spec.new do |s| |
s.dependency "SnapKit", "4.2.0" | s.dependency "SnapKit", "4.2.0" | ||
s.dependency "KeychainAccess", "3.2.0" | s.dependency "KeychainAccess", "3.2.0" | ||
s.dependency 'Zip' | |||
end | end |
... | @@ -6,6 +6,7 @@ target 'MRFramework' do | ... | @@ -6,6 +6,7 @@ target 'MRFramework' do |
use_frameworks! | use_frameworks! | ||
pod 'SnapKit', '4.2.0', :inhibit_warnings => true | pod 'SnapKit', '4.2.0', :inhibit_warnings => true | ||
pod 'KeychainAccess', '3.2.0' | pod 'KeychainAccess', '3.2.0' | ||
pod 'Zip' | |||
# Pods for MRFramework | # Pods for MRFramework | ||
... | ... |
Please
register
or
sign in
to comment