forked from suzuki-0000/SKPhotoBrowser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SKPhotoBrowser.podspec
17 lines (17 loc) · 928 Bytes
/
SKPhotoBrowser.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.new do |s|
s.name = "SKPhotoBrowser"
s.version = "7.0.0"
s.summary = "Simple PhotoBrowser/Viewer iwritten by pure swift. inspired by facebook, twitter photo browsers."
s.homepage = "https://github.com/suzuki-0000/SKPhotoBrowser"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "suzuki_keishi" => "[email protected]" }
s.source = { :git => "https://github.com/suzuki-0000/SKPhotoBrowser.git", :tag => s.version }
s.platform = :ios, "8.0"
s.source_files = "SKPhotoBrowser/**/*.{h,m,swift}"
s.resources = "SKPhotoBrowser/SKPhotoBrowser.bundle"
s.requires_arc = true
s.frameworks = "UIKit"
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.0' }
s.swift_version = "5.4"
s.swift_versions = ['4.0', '4.2', '5.0', '5.1', '5.2', '5.3', '5.4']
end