-
Notifications
You must be signed in to change notification settings - Fork 0
/
OAuthRxSwift.podspec
28 lines (21 loc) · 1.75 KB
/
OAuthRxSwift.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
Pod::Spec.new do |s|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.name = 'OAuthRxSwift'
s.version = '0.0.1'
s.license = 'MIT'
s.summary = 'OAuthSwift & RxSwift'
# ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.license = "MIT"
s.homepage = 'https://github.com/OAuthSwift/OAuthRxSwift'
# ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.author = { "phimage" => "[email protected]" }
# ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.11'
# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.source = { :git => 'https://github.com/OAuthSwift/OAuthRxSwift.git', :tag => s.version }
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.source_files = 'Sources/*.swift'
s.dependency 'OAuthSwift'
s.dependency 'RxSwift'
end