Skip to content

Commit

Permalink
1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Fidetro committed Feb 19, 2019
1 parent 9cb96f4 commit 4ff84e7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 deletions.
16 changes: 16 additions & 0 deletions PSea+RxSwift.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|

s.name = "PSea+RxSwift"
s.version = "1.1.8"
s.summary = "PSea"
s.homepage = "https://github.com/Fidetro/PSea"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "fidetro" => "zykzzzz@hotmail.com" }
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/Fidetro/PSea.git", :tag => "#{s.version}" }
s.source_files = "Source/PSea/*.{h,m,swift}","Source/Rx/*.{h,m,swift}"

s.dependency "Alamofire","~> 4.7.3"
s.dependency "RxSwift", "~> 4.3.1"

end
14 changes: 1 addition & 13 deletions PSea.podspec
Original file line number Diff line number Diff line change
@@ -1,26 +1,14 @@
Pod::Spec.new do |s|

s.name = "PSea"
s.version = "1.1.7"
s.version = "1.1.8"
s.summary = "PSea"
s.homepage = "https://github.com/Fidetro/PSea"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "fidetro" => "zykzzzz@hotmail.com" }
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/Fidetro/PSea.git", :tag => "#{s.version}" }
s.source_files = "Source/PSea/*.{h,m,swift}"

s.dependency "Alamofire","~> 4.7.3"

s.subspec "PSea" do |ss|
ss.source_files = "Source/PSea/*.{h,m,swift}"
ss.dependency "Alamofire","~> 4.7.3"
ss.dependency "RxSwift", "~> 4.3.1"
end

s.subspec "RxSwift" do |ss|
ss.source_files = "Source/PSea/*.{h,m,swift}","Source/Rx/*.{h,m,swift}"
ss.dependency "Alamofire","~> 4.7.3"
ss.dependency "RxSwift", "~> 4.3.1"
end
end

0 comments on commit 4ff84e7

Please sign in to comment.