forked from LcTwisk/SimpleImageViewer
- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSimpleImageViewer.podspec
More file actions
Latest commit
16 lines (15 loc) · 663 Bytes
/
Copy pathSimpleImageViewer.podspec
File metadata and controls
16 lines (15 loc) · 663 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Pod::Spec.newdo |s|
s.platform=:ios
s.ios.deployment_target='8.0'
s.name="SimpleImageViewer"
s.summary="A snappy image viewer with zoom and interactive dismissal transition."
s.requires_arc=true
s.version="1.1.2"
s.license={:type=>"MIT",:file=>"LICENSE"}
s.author={"Mark"=>"development@afrogleap.com"}
s.homepage="https://github.com/aFrogleap/SimpleImageViewer"
s.source={:git=>"https://github.com/aFrogleap/SimpleImageViewer.git",:tag=>s.version.to_s}
s.source_files="ImageViewer/**/*.{swift}"
s.resources=["ImageViewer/**/*.{xib}","ImageViewer/**/*.{xcassets}"]
s.swift_version='4.2'
end