blob: 6cbeb95c5a209c1e5673ccf8fc19952e81852796 [file] [log] [blame]
{
"name": "YCPicturesBrowseView",
"version": "0.0.2",
"summary": "图片浏览的控件",
"platforms": {
"ios": "8.0"
},
"description": "类似微信, 微博的图片浏览的控件",
"homepage": "https://github.com/Changxysuf/YCPicturesBrowseView",
"license": "MIT",
"authors": {
"常兴宇": "shilohchang@lagou.com"
},
"source": {
"git": "https://github.com/Changxysuf/YCPicturesBrowseView.git",
"tag": "0.0.2"
},
"source_files": "YCPicturesBrowseExample/PicturesBrowse/Classes/**/*.{h,m}",
"exclude_files": "Classes/Exclude",
"resources": "YCPicturesBrowseExample/PicturesBrowse/Assets/*",
"dependencies": {
"SDWebImage": [
"~> 5.0.0-beta3"
]
}
}