blob: 53369ed7b11e325315cc1c9e16abdefe43ac0979 [file] [log] [blame]
{
"name": "FTImageViewer",
"version": "1.3.2",
"summary": "A simple ImageViewer and ImageGrid. Preview images with just a few lines of code.",
"description": "FTImageViewer. A simple ImageViewer and ImageGrid. Can preview images with just a few lines of code.\nI wrote this for my future projects. Feel free to try it in your own projects!",
"homepage": "https://github.com/liufengting/FTImageViewer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liufengting": "wo157121900@me.com"
},
"social_media_url": "http://twitter.com/liufengting",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/liufengting/FTImageViewer.git",
"tag": "1.3.2"
},
"source_files": "FTImageViewer/**/*.{swift}",
"resources": "FTImageViewer/**/*.{png,jpeg,jpg,storyboard,xib}",
"requires_arc": true,
"frameworks": "UIKit",
"dependencies": {
"SDWebImage": [
"~> 3.7.5"
]
}
}