Skip to content

Commit

Permalink
Update InstagramKit.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
shyambhat committed Aug 26, 2015
1 parent 33557ce commit f57a7b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions InstagramKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'InstagramKit'
s.version = '3.6.7'
s.version = '3.6.8'
s.summary = 'Instagram iOS SDK.'
s.description = <<-DESC
Expand All @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.license = 'MIT'
s.author = { "Shyam Bhat" => "[email protected]" }
s.platform = :ios, '7.0'
s.source = { :git => "https://github.com/shyambhat/InstagramKit.git", :tag => '3.6.7' }
s.source = { :git => "https://github.com/shyambhat/InstagramKit.git", :tag => '3.6.8' }
s.source_files = 'InstagramKit', 'InstagramKit/**/*.{h,m}'
s.exclude_files = 'InstagramKitDemo'
s.requires_arc = true
Expand Down

0 comments on commit f57a7b5

Please sign in to comment.