diff --git a/FCYAsserts.podspec b/FCYAsserts.podspec index af936e2..9ee529e 100644 --- a/FCYAsserts.podspec +++ b/FCYAsserts.podspec @@ -1,6 +1,6 @@ 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' => 'felipe@cypriano.me' } @@ -8,4 +8,4 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/fcy/FCYAsserts.git', :tag => "v#{s.version}" } s.source_files = 'FCYAsserts/*.{h,m}' s.requires_arc = true -end \ No newline at end of file +end