Skip to content

Commit

Permalink
Update BIND.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
markohlebar committed Mar 4, 2015
1 parent 3b4bc07 commit 19b2938
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BIND.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Pod::Spec.new do |s|

s.name = "BIND"
s.version = "1.1.0"
s.version = "1.2.0"
s.summary = "Data Binding and MVVM for iOS."

s.description = <<-DESC
Expand All @@ -18,7 +18,7 @@ Data Binding and MVVM for iOS.
s.author = { "Marko Hlebar" => "marko.hlebar@gmail.com" }
s.social_media_url = "https://twitter.com/markohlebar"

s.source = { :git => "https://github.com/markohlebar/BIND.git", :tag => "1.1.0" }
s.source = { :git => "https://github.com/markohlebar/BIND.git", :tag => "1.2.0" }
s.source_files = "BIND", "BIND/**/*.{h,m}"
s.ios.exclude_files = "BIND/Categories/OSX/**/*.{h,m}"
s.osx.exclude_files = "BIND/Categories/iOS/**/*.{h,m}"
Expand Down

0 comments on commit 19b2938

Please sign in to comment.