blob: e82fab8a18fabde86b76dbe38849c1a77712ab7b [file] [log] [blame]
{
"name": "JNMultipleImages",
"version": "2.0.2",
"summary": "summery of JNMultipleImages.",
"description": "Library for multiple images in one container view like facebook posts.",
"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.2"
},
"source_files": "JNMultipleImages/**/*.{swift}",
"resources": "JNMultipleImages/**/*.{png,jpeg,jpg,storyboard,xib,xcassets}",
"frameworks": "UIKit",
"dependencies": {
"SDWebImage": [
"~> 4.4.2"
]
},
"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"
]
}