blob: 4eb00798f54e83201844b8b2195cde3108821429 [file] [log] [blame]
{
"name": "FTImageViewer",
"version": "1.2.7",
"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.2.7"
},
"source_files": "FTImageViewer/**/*.{swift,h}",
"resources": "FTImageViewer/**/*.png",
"requires_arc": true,
"frameworks": "UIKit",
"dependencies": {
"SDWebImage": [
"~> 3.7.5"
]
}
}