From 65136263414381309e9b3ef6c1697ce649a2bcb0 Mon Sep 17 00:00:00 2001 From: Tung Vu <53031642+tung-vu-td@users.noreply.github.com> Date: Wed, 28 Sep 2022 19:47:09 +0700 Subject: [PATCH] Fix source in Podspec (#27) --- KeenClientTD.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KeenClientTD.podspec b/KeenClientTD.podspec index 36af1c3..90ad3e4 100644 --- a/KeenClientTD.podspec +++ b/KeenClientTD.podspec @@ -10,7 +10,7 @@ Pod::Spec.new do |spec| The Keen iOS client is designed to be simple to develop with, yet incredibly flexible. Our goal is to let you decide what events are important to you, use your own vocabulary to describe them, and decide when you want to send them to Keen service. This is a forked project by TD. The original cool project is https://github.com/keenlabs/KeenClient-iOS. DESC - spec.source = { :git => 'https://github.com/treasure-data/KeenClient-iOS.git', :tag => 'td_' + spec.version.to_s } + spec.source = { :git => 'https://github.com/treasure-data/KeenClient-iOS.git', :tag => spec.version.to_s } spec.source_files = 'KeenClient/*.{h,m}' spec.public_header_files = 'KeenClient/*.h' spec.requires_arc = true