Skip to content

Commit

Permalink
Bump to version 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fcy committed Feb 15, 2014
1 parent ecb2eef commit 2766fd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FCYAsserts.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'FCYAsserts'
s.version = '1.2.1'
s.version = '1.2.2'
s.license = { :type => 'MIT' }
s.homepage = 'https://github.com/fcy/FCYAsserts'
s.authors = { 'Felipe Cypriano' => '[email protected]' }
s.summary = 'Collection of assert macros that logs useful messages.'
s.source = { :git => 'https://github.com/fcy/FCYAsserts.git', :tag => "v#{s.version}" }
s.source_files = 'FCYAsserts/*.{h,m}'
s.requires_arc = true
end
end

0 comments on commit 2766fd7

Please sign in to comment.