-
-
Notifications
You must be signed in to change notification settings - Fork 37
/
OAuthSwiftAlamofire.podspec
29 lines (22 loc) · 1.83 KB
/
OAuthSwiftAlamofire.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Pod::Spec.new do |s|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.name = 'OAuthSwiftAlamofire'
s.version = '1.0.0beta'
s.license = 'MIT'
s.summary = 'Sign Alamofire request with OAuthSwift'
# ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.license = "MIT"
s.homepage = 'https://github.com/OAuthSwift/OAuthSwiftAlamofire'
# ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.author = { "phimage" => "[email protected]" }
# ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.ios.deployment_target = '10.0'
s.osx.deployment_target = '10.12'
s.tvos.deployment_target = '10.0'
# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.source = { :git => 'https://github.com/OAuthSwift/OAuthSwiftAlamofire.git', :tag => s.version }
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.source_files = 'Sources/*.swift'
s.dependency 'OAuthSwift'
s.dependency 'Alamofire'
end