From fafae06bc34bd41da731aa2fa51d846d5a9d78b5 Mon Sep 17 00:00:00 2001 From: Shyam Bhat Date: Fri, 21 Aug 2015 03:26:32 +0200 Subject: [PATCH] Updated Podspec --- InstagramKit.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/InstagramKit.podspec b/InstagramKit.podspec index a37e2ea4..89a7e5d9 100644 --- a/InstagramKit.podspec +++ b/InstagramKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'InstagramKit' - s.version = '3.6.5' + s.version = '3.6.6' s.summary = 'Instagram iOS SDK.' s.description = <<-DESC @@ -11,7 +11,7 @@ Pod::Spec.new do |s| s.license = 'MIT' s.author = { "Shyam Bhat" => "shyambhat@me.com" } s.platform = :ios, '7.0' - s.source = { :git => "https://github.com/shyambhat/InstagramKit.git", :tag => '3.6.5' } + s.source = { :git => "https://github.com/shyambhat/InstagramKit.git", :tag => '3.6.6' } s.source_files = 'InstagramKit', 'InstagramKit/**/*.{h,m}' s.exclude_files = 'InstagramKitDemo' s.requires_arc = true