Update tag in podspec

This commit is contained in:
Ivan Vavilov 2017-06-13 14:46:52 +03:00
parent 7125cb254b
commit 1906e331d2
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/RedMadRobot/DAO'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'vani2' => 'iv@redmadrobot.com' }
s.source = { :git => 'git@github.com:RedMadRobot/DAO.git' }
s.source = { :git => 'git@github.com:RedMadRobot/DAO.git', :tag = '1.0.0' }
s.platform = :ios, '9.0'
s.source_files = 'DAO/Classes/Core/**/*'