From 9effedcdc16dfd07f6ea87726bb4423bb5cd2d68 Mon Sep 17 00:00:00 2001 From: Daniel Kador Date: Tue, 11 Dec 2012 15:33:41 -0800 Subject: [PATCH] [Update] KeenClient (3.1.1) --- KeenClient/3.1.1/KeenClient.podspec | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 KeenClient/3.1.1/KeenClient.podspec diff --git a/KeenClient/3.1.1/KeenClient.podspec b/KeenClient/3.1.1/KeenClient.podspec new file mode 100644 index 00000000..1ce5be9e --- /dev/null +++ b/KeenClient/3.1.1/KeenClient.podspec @@ -0,0 +1,21 @@ +Pod::Spec.new do |s| + s.name = 'KeenClient' + s.version = '3.1.1' + 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.1.1' } + + 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.dependency 'JSONKit' + s.dependency 'ISO8601DateFormatter', '>= 0.6' +end \ No newline at end of file