added SHOmniAuthFlickr
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user