blob: fc3ffba71c58058fc37b5cd881e627a9aaf98b69 [file] [log] [blame]
{
"name": "FTImageViewer",
"version": "1.3.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.3.7"
},
"source_files": "FTImageViewer_iOS/FTImageViewer_iOS/**/*.{h,swift}",
"resources": "FTImageViewer_iOS/FTImageViewer_iOS/**/*.{png,jpeg,bundle,storyboard,xib}",
"requires_arc": true,
"frameworks": "UIKit",
"dependencies": {
"SDWebImage": [
]
}
}