forked from airsidemobile/JOSESwift
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathJOSESwift.podspec
More file actions
15 lines (14 loc) · 897 Bytes
/
JOSESwift.podspec
File metadata and controls
15 lines (14 loc) · 897 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Pod::Spec.new do |s|
s.name = "JOSESwift"
s.version = "1.8.1"
s.license = "Apache License, Version 2.0"
s.summary = "JOSE framework for Swift"
s.authors = { "Daniel Egger" => "daniel.egger@airsidemobile.com", "Carol Capek" => "carol.capek@airsidemobile.com", "Christoph Gigi Fuchs" => "christoph.fuchs@airsidemobile.com", "Ramunas Jurgilas" => "rjur@danskebank.lt", "Marius Tamulis" => "mtamu@danskebank.lt" }
s.homepage = "https://github.com/airsidemobile/JOSESwift"
s.documentation_url = "https://github.com/airsidemobile/JOSESwift/wiki"
s.social_media_url = "https://twitter.com/airsideout"
s.swift_version = "5.0"
s.platform = :ios, "10.0"
s.source = { :git => "https://github.com/mtamu/JOSESwift.git", :tag => "#{s.version}" }
s.source_files = "JOSESwift/**/*.{h,swift}"
end