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