blob: f60ee8b6d0f3612814e3ed2a83535c3b7f527350 [file] [log] [blame]
{
"name": "FTImageViewer",
"version": "1.2.3",
"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.3"
},
"source_files": "FTImageViewer/Classes/*.swift",
"resources": "FTImageViewer/Assets/*.png",
"requires_arc": true,
"frameworks": "UIKit",
"dependencies": {
"SDWebImage": [
"~> 3.7.5"
]
}
}