added SHOmniAuthFlickr

This commit is contained in:
Seivan Heidari
2013-05-13 01:19:46 +02:00
parent 05ea8cac6f
commit ee2b8437fe
@@ -0,0 +1,25 @@
Pod::Spec.new do |s|
s.name = "SHOmniAuthFlickr"
s.version = "0.1.0"
s.summary = "Flickr Strategy for SHOmniAuth, uses SHAccountStore and SHRequest."
s.description = <<-DESC
A strategy for authenticating with Flickr via SHOmniAuth.
Uses SHAccountStore for store and SHRequest for signed requests.
DESC
s.homepage = "https://github.com/seivan/SHOmniAuthFlickr"
s.license = {:type => 'MIT' }
s.author = { "Seivan Heidari" => "seivan.heidari@icloud.com" }
s.source = { :git => "https://github.com/seivan/SHOmniAuthFlickr.git", :tag => s.version.to_s}
s.platform = :ios, '5.0'
s.source_files = 'SHOmniAuthFlickr/**/*.{h,m}'
s.requires_arc = true
s.dependency 'AFOAuth1Client', '~> 0.2.0'
s.dependency 'SHOmniAuth', '~> 0.1.0'
s.dependency 'SHAccountStore', '~> 0.1.0'
s.dependency 'SHRequest', '~> 0.1.0'
end