From 31ac44e6c525ff5cc93ec22f76c838af4a1851e8 Mon Sep 17 00:00:00 2001 From: Ayush Goel Date: Fri, 3 Apr 2015 16:25:28 +0530 Subject: [PATCH] Release 0.2.0 --- AGEmojiKeyboard.podspec | 2 +- Example/Podfile.lock | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 Example/Podfile.lock diff --git a/AGEmojiKeyboard.podspec b/AGEmojiKeyboard.podspec index 7512577..a609d4e 100644 --- a/AGEmojiKeyboard.podspec +++ b/AGEmojiKeyboard.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "AGEmojiKeyboard" - s.version = "0.1.0" + s.version = "0.2.0" s.summary = "An emoji keyboard view that can replace the default iOS keyboard." s.description = <<-DESC AGEmojiKeyboard is a replacement view for the default keyboard diff --git a/Example/Podfile.lock b/Example/Podfile.lock new file mode 100644 index 0000000..0946d8b --- /dev/null +++ b/Example/Podfile.lock @@ -0,0 +1,14 @@ +PODS: + - AGEmojiKeyboard (0.2.0) + +DEPENDENCIES: + - AGEmojiKeyboard (from `../AGEmojiKeyboard.podspec`) + +EXTERNAL SOURCES: + AGEmojiKeyboard: + :path: ../AGEmojiKeyboard.podspec + +SPEC CHECKSUMS: + AGEmojiKeyboard: 0824b5e89ff1b0826598346e5176331ed5e1d0c8 + +COCOAPODS: 0.35.0