blob: 4039b4015a2c19bf2e696338b315081845f55fb7 [file] [log] [blame]
{
"name": "WTPhotoBrowser",
"version": "0.0.16",
"summary": "一个图片浏览器类库.",
"description": "一个图片浏览器类库, 用起来比较方便",
"homepage": "https://github.com/wangtongs/WTPhotoBrowser",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wangtong": "wangtongKings@hotmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/wangtongs/WTPhotoBrowser.git",
"tag": "0.0.16"
},
"source_files": "WTPhotoBrowser/PhotoBrowser/*.{h,m}",
"resources": "WTPhotoBrowser/PhotoBrowser/*.png",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"YYWebImage": [
],
"SDAutoLayout": [
]
}
}