Skip to content

Commit

Permalink
KeenClient 3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dkador committed Dec 5, 2013
1 parent 101b4ea commit f24dcd0
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions KeenClient/3.2.4/KeenClient.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Pod::Spec.new do |s|
s.name = 'KeenClient'
s.version = '3.2.4'
s.license = 'MIT'
s.platform = :ios
s.summary = 'Keen iOS client library.'
s.homepage = 'https://github.com/keenlabs/KeenClient-iOS'
s.author = { 'Daniel Kador' => 'dan@keen.io' }
s.source = { :git => 'https://github.com/keenlabs/KeenClient-iOS.git',
:tag => 'v3.2.4' }

s.description = '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.'

s.source_files = 'KeenClient'

s.ios.frameworks = 'CoreLocation'

s.dependency 'ISO8601DateFormatter', '0.6'
end

0 comments on commit f24dcd0

Please sign in to comment.