-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFLDiagnostic.podspec
29 lines (27 loc) · 1.03 KB
/
FLDiagnostic.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|
s.name = "FLDiagnostic"
s.version = "1.2.8"
s.summary = "Summary"
s.description = "Description"
s.resources = "FLDiagnostic/**/*.{xcassets,ttf,mp3}"
s.homepage = 'http://arcsinus.ru'
s.license = "MIT"
s.author = "Arcsinus"
s.platform = :ios, "10.0"
s.source = { :git => "https://github.com/blinovarcsinus/FLDiagnostic.git",
:tag => "#{s.version}" }
s.source_files = "FLDiagnostic", "FLDiagnostic/**/*.{h,m,swift,storyboard,xib}"
s.swift_version = "5.0"
s.dependency 'SnapKit', '~> 5.0.0'
s.dependency 'RxSwift', '~> 5'
s.dependency 'RxCocoa', '~> 5'
s.dependency 'Alamofire', '~> 5'
s.dependency 'Reachability'
s.dependency 'RxOptional', '~> 4.1.0'
s.dependency 'RxKeyboard', '~> 1.0.0'
s.dependency 'RxCoreMotion', '~> 1.2.1'
s.dependency 'RxDataSources', '~> 4.0'
s.dependency 'RxAppState', '~> 1.6.0'
s.dependency 'Mute', '~> 0.6'
s.dependency 'SVProgressHUD'
end