Skip to content

Commit

Permalink
Fix spec version
Browse files Browse the repository at this point in the history
  • Loading branch information
zen committed Oct 26, 2015
1 parent dc990a4 commit 8a43204
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions External/Realm
Submodule Realm added at fafb21
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}' }
spec.source = { :git => 'https://github.com/Yalantis/FastEasyMapping.git', :tag => spec.version.to_s }

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

0 comments on commit 8a43204

Please sign in to comment.