Skip to content

Commit

Permalink
Fix source in Podspec (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
tung-vu-td authored Sep 28, 2022
1 parent fdd05a8 commit 6513626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KeenClientTD.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6513626

Please sign in to comment.