Skip to content

Commit

Permalink
Update podspec tp 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roberthein committed Aug 25, 2017
1 parent 552376c commit aa387ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Observable.podspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Pod::Spec.new do |s|
s.name = 'Observable'
s.version = '1.0.1'
s.version = '1.1.0'
s.ios.deployment_target = '8.0'
s.summary = 'Create observable, add observer and observe...'
s.summary = 'The easiest way to observe values in Swift'
s.description = <<-DESC
Observable is a reactive library before it becomes complicated (or interesting)
Observable is the easiest way to observe values in Swift
DESC
s.homepage = 'https://github.com/roberthein/Observable'
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down

0 comments on commit aa387ae

Please sign in to comment.