blob: b154b0caa634f327fe45a11011111439eb469d3d [file] [log] [blame]
{
"name": "LSImagePreview",
"version": "0.1.1",
"summary": "图片预览库",
"description": "基于SDWebImage的图片预览库",
"homepage": "https://github.com/xorshine/LSImagePreview",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"OpenFeyn": "xorshine@icloud.com"
},
"source": {
"git": "https://github.com/OpenFeyn/LSImagePreview.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LSImagePreview/**/*",
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"SDWebImage": [
]
}
}