forked from immobiliare/RealHTTP
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRealHTTP.podspec
More file actions
18 lines (17 loc) · 745 Bytes
/
RealHTTP.podspec
File metadata and controls
18 lines (17 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.new do |s|
s.name = "RealHTTP"
s.version = "1.8.3"
s.summary = "Lightweight yet powerful http-client & stubber for Swift with native async/await support"
s.homepage = "https://github.com/immobiliare/RealHTTP.git"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Immobiliarelabs" => "mobile@immobiliare.it" }
s.social_media_url = "https://twitter.com/immobiliarelabs"
s.ios.deployment_target = '13.0'
s.source = {
:git => 'https://github.com/immobiliare/RealHTTP.git',
:tag => s.version.to_s
}
s.swift_versions = ['5.0', '5.1', '5.3', '5.4', '5.5', '5.7']
s.framework = 'Foundation'
s.source_files = 'Sources/RealHTTP/**/*.swift'
end