Skip to content

Commit

Permalink
Merge pull request CocoaPods#7565 from shyambhat/master
Browse files Browse the repository at this point in the history
InstagramKit 1.1.0
  • Loading branch information
keith committed Feb 2, 2014
2 parents 4b1a898 + b91f410 commit fea1f16
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions InstagramKit/1.1.0/InstagramKit.podspec
@@ -0,0 +1,23 @@
Pod::Spec.new do |s|
s.name = 'InstagramKit'
s.version = '1.1.0'
s.summary = 'Objective C Instagram Engine'
s.description = <<-DESC
* A neat little blocks-based Objective C wrapper for the Instagram API.
* It readily parses the JSON responses on a background thread and does the dirty work for you
so you just have to deal with Instagram model objects.
* Harnesses the power of AFNetworking under the hood.
DESC

s.homepage = 'https://github.com/shyambhat/InstagramKit'
s.license = 'MIT'
s.author = { "Shyam Bhat" => "shyambhat@me.com" }
s.platform = :ios, '5.0'
s.source = { :git => "https://github.com/shyambhat/InstagramKit.git", :tag => "1.1.0" }
s.source_files = 'InstagramKit', 'InstagramKit/**/*.{h,m}'
s.exclude_files = 'InstagramKitDemo'
s.requires_arc = true
s.dependency 'AFNetworking', '~>1.3.0'

end

0 comments on commit fea1f16

Please sign in to comment.