Skip to content

Commit

Permalink
update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
luoxiu committed Aug 12, 2019
1 parent feb64a8 commit 4e90dfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CombineX.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|

s.name = "CombineX"
s.version = "0.0.1-beta.1"
s.version = "0.0.1-beta.2"
s.summary = "Open source implementation for Apple's Combine specs."
s.homepage = "https://github.com/luoxiu/CombineX"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Quentin Jin" => "jianstm@gmail.com" }
s.author = { "Quentin Jin" => "luoxiustm@gmail.com" }

s.swift_versions = ['5.0']
s.osx.deployment_target = "10.12"
Expand Down

0 comments on commit 4e90dfe

Please sign in to comment.