-
-
Notifications
You must be signed in to change notification settings - Fork 121
/
Copy pathAgrume.podspec
27 lines (17 loc) · 820 Bytes
/
Agrume.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
Pod::Spec.new do |s|
s.name = "Agrume"
s.version = "5.8.10"
s.summary = "An iOS image viewer written in Swift."
s.swift_version = "5.0"
s.description = <<-DESC
An iOS image viewer written in Swift with support for multiple images.
DESC
s.homepage = "https://github.com/JanGorman/Agrume"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Jan Gorman" => "[email protected]" }
s.social_media_url = "https://twitter.com/JanGorman"
s.platform = :ios, "13.0"
s.source = { :git => "https://github.com/JanGorman/Agrume.git", :tag => s.version}
s.source_files = "Classes", "Agrume/*.swift"
s.dependency "SwiftyGif"
end