Skip to content

Commit

Permalink
updated .podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
markohlebar committed Nov 2, 2014
1 parent 2391e74 commit ab310c8
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.0.0"
s.version = "1.0.1"
s.summary = "Data Binding and MVVM for iOS."

s.description = <<-DESC
Expand All @@ -19,7 +19,7 @@ Data Binding and MVVM for iOS.
s.social_media_url = "https://twitter.com/markohlebar"

s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/markohlebar/BIND.git", :tag => "1.0.0" }
s.source = { :git => "https://github.com/markohlebar/BIND.git", :tag => "1.0.1" }
s.source_files = "BIND", "BIND/**/*.{h,m}"
# s.public_header_files = "Classes/**/*.h"

Expand Down

0 comments on commit ab310c8

Please sign in to comment.