Update tag in podspec
This commit is contained in:
parent
7125cb254b
commit
1906e331d2
|
|
@ -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/**/*'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue