Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
Includes new methods for constraints
  • Loading branch information
netbe committed May 19, 2015
1 parent 0301a4a commit e8f599f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions S2MToolbox.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "S2MToolbox"
s.version = "0.2.0"
s.version = "0.2.1"
s.summary = "iOS Categories and more."
s.homepage = "https://github.com/sinnerschrader-mobile/s2m-toolbox-ios"

s.source = { :git => 'https://github.com/sinnerschrader-mobile/s2m-toolbox-ios.git', :tag => s.version.to_s }
s.authors = { "François Benaiteau" => "francois.benaiteau@sinnerschrader-mobile.com", "Jörn Ehmann" => "jeh@sinnerschrader-mobile.com", "Sanggeon Park" => "spa@sinnerschrader-mobile.com" }
s.authors = { "François Benaiteau" => "francois.benaiteau@sinnerschrader-mobile.com", "Jörn Ehmann" => "jeh@sinnerschrader-mobile.com", "Sanggeon Park" => "spa@sinnerschrader-mobile.com", "Nils Grabenhorst" => "ngr@sinnerschrader-mobile.com"}

s.ios.deployment_target = '7.0'
s.requires_arc = true
Expand Down

0 comments on commit e8f599f

Please sign in to comment.