Skip to content

Commit

Permalink
Pod 1.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Safina008 committed Jan 21, 2022
1 parent 9a91df1 commit 5e79ff4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion KJNetworkPlugin.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "KJNetworkPlugin"
s.version = "1.0.15"
s.version = "1.0.16"
s.summary = "A Network Plugin With AFNetworking."
s.homepage = "https://github.com/yangKJ/KJNetworkPlugin"
s.license = "MIT"
Expand Down Expand Up @@ -96,4 +96,10 @@ Pod::Spec.new do |s|
xx.dependency 'KJNetworkPlugin/Base'
end

s.subspec 'Warning' do |xx|
xx.source_files = "NetworkPlugin/Plugins/Warning/*.swift"
xx.dependency 'KJNetworkPlugin/Base'
xx.dependency 'Toast-Swift'
end

end

0 comments on commit 5e79ff4

Please sign in to comment.