blob: 6bcb378914ff642a66f2a412e4c4d88869dec888 [file] [log] [blame]
{
"name": "JNMultipleImages",
"version": "2.0.3",
"summary": "summery of JNMultipleImages.",
"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.",
"homepage": "https://github.com/JNDisrupter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jayel Zaghmoutt": "eng.jayel.z@gmail.com",
"Mohammad Nabulsi": "mohammad.s.nabulsi@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/JNDisrupter/JNMultipleImages.git",
"tag": "2.0.3"
},
"source_files": "JNMultipleImages/**/*.{swift}",
"resources": "JNMultipleImages/**/*.{png,jpeg,jpg,storyboard,xib,xcassets}",
"frameworks": "UIKit",
"dependencies": {
"SDWebImage": [
"~> 5.0.2"
]
},
"swift_version": "5.0",
"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"
]
}