-
Notifications
You must be signed in to change notification settings - Fork 1
/
JNPhotosViewer.podspec
15 lines (15 loc) · 1.04 KB
/
JNPhotosViewer.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Pod::Spec.new do |s|
s.name = 'JNPhotosViewer'
s.version = '1.0.7'
s.summary = 'summery of JNPhotosViewer.'
s.description = 'Library for viewing multiple images with animation for presenting and dismissing.'
s.homepage = 'https://github.com/JNDisrupter'
s.license = { :type => "MIT", :file => "LICENSE" }
s.authors = { "Jayel Zaghmoutt" => "eng.jayel.z@gmail.com", "Mohammad Nabulsi" => "mohammad.s.nabulsi@gmail.com" }
s.ios.deployment_target = '11.0'
s.swift_version = '5.10'
s.source = { :git => "https://github.com/JNDisrupter/JNPhotosViewer.git", :tag => "#{s.version}" }
s.source_files = 'JNPhotosViewer/**/*.swift'
s.resources = 'JNPhotosViewer/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,ttf}'
s.dependency 'SDWebImage'
end