Skip to content

Commit

Permalink
Fix podspec validation error
Browse files Browse the repository at this point in the history
  • Loading branch information
zen committed Oct 26, 2015
1 parent 8a43204 commit c800ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FastEasyMapping.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |spec|
spec.homepage = "https://github.com/Yalantis/FastEasyMapping"
spec.license = { :type => 'MIT', :file => 'LICENSE' }
spec.author = { 'Dmitriy Zen' => 'zen.dev@yandex.com' }
spec.source = { :git => 'https://github.com/Yalantis/FastEasyMapping.git', :tag => spec.version.to_s }
spec.source = { :git => 'https://github.com/Yalantis/FastEasyMapping.git', :tag => spec.version }

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

0 comments on commit c800ba3

Please sign in to comment.