-
Notifications
You must be signed in to change notification settings - Fork 5
/
JNMultipleImages.podspec
17 lines (17 loc) · 1.49 KB
/
JNMultipleImages.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 = "JNMultipleImages"
s.version = "2.0.6"
s.summary = "summery of JNMultipleImages."
s.description = 'JNMultipleImages can be used to display multiple images in single view, it can be used in a newsfeed or posts. A single post can contain up to 4 displayed images, while showing a number with the remaining images if they are more than 4.'
s.homepage = "https://github.com/JNDisrupter"
s.license = { :type => "MIT", :file => "LICENSE" }
s.authors = { "Jayel Zaghmoutt" => "[email protected]", "Mohammad Nabulsi" => "[email protected]" }
s.ios.deployment_target = '11.0'
s.source = { :git => "https://github.com/JNDisrupter/JNMultipleImages.git", :tag => "#{s.version}" }
s.source_files = "JNMultipleImages/**/*.{swift}"
s.resources = "JNMultipleImages/**/*.{png,jpeg,jpg,storyboard,xib,xcassets}"
s.framework = "UIKit"
s.dependency 'SDWebImage'
s.swift_version = '5.10'
s.screenshots = [ 'https://github.com/JNDisrupter/JNMultipleImages/raw/master/Images/JNMultipleImages1.gif','https://github.com/JNDisrupter/JNMultipleImages/raw/master/Images/JNMultipleImages2.gif','https://github.com/JNDisrupter/JNMultipleImages/raw/master/Images/JNMultipleImages3.gif','https://github.com/JNDisrupter/JNMultipleImages/raw/master/Images/JNMultipleImages4.gif','https://github.com/JNDisrupter/JNMultipleImages/raw/master/Images/JNMultipleImages5.gif']
end