forked from AFNetworking/AFOAuth1Client
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathAF2OAuth1Client.podspec
More file actions
21 lines (17 loc) · 812 Bytes
/
Copy pathAF2OAuth1Client.podspec
File metadata and controls
21 lines (17 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Pod::Spec.new do |s|
s.name = "AF2OAuth1Client"
s.version = "0.3.6"
s.summary = "AFNetworking 2 Extension for OAuth 1.0a Authentication."
s.homepage = "https://github.com/AYastrebov/AF2OAuth1Client"
s.social_media_url = "https://twitter.com/AFNetworking"
s.license = 'MIT'
s.author = { 'Mattt Thompson' => 'm@mattt.me' }
s.source = { :git => "https://github.com/AYastrebov/AF2OAuth1Client.git", :tag => '0.3.6' }
s.source_files = 'AF2OAuth1Client'
s.requires_arc = true
s.ios.deployment_target = '6.0'
s.osx.deployment_target = '10.8'
s.ios.frameworks = 'MobileCoreServices', 'SystemConfiguration', 'Security', 'CoreGraphics'
s.osx.frameworks = 'CoreServices', 'SystemConfiguration', 'Security'
s.dependency 'AFNetworking', '~> 2.0'
end