From 1906e331d2fd139382cf45791d2c790fb4407029 Mon Sep 17 00:00:00 2001 From: Ivan Vavilov Date: Tue, 13 Jun 2017 14:46:52 +0300 Subject: [PATCH] Update tag in podspec --- DAO.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DAO.podspec b/DAO.podspec index 609c5f4..fc11792 100644 --- a/DAO.podspec +++ b/DAO.podspec @@ -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/**/*'