blob: 55f0863b03e1d4b60e0273b2fd1546919c2aa202 [file] [log] [blame]
{
"name": "XWImagePhotosBrowser",
"version": "0.1.1",
"summary": "仿微信图片浏览器.",
"description": "1.支持图片缩放拉伸及手势操作\n2.支持图片仿微信位置变换的动画\n3.通过协议扩展图片显示数据,本地和网络都可\n4.加入图片默认图更改及文字描述.",
"homepage": "https://github.com/xiwuxisheng/XWImagePhotosBrowser",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xiwuxisheng": "xiw@addcn.com"
},
"source": {
"git": "https://github.com/xiwuxisheng/XWImagePhotosBrowser.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"XWImagePhotosBrowser/Classes/Controller/*",
"XWImagePhotosBrowser/Classes/View/*"
],
"resource_bundles": {
"XWImagePhotosBrowser": [
"XWImagePhotosBrowser/Assets/Resource/*.png"
]
},
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"SDWebImage": [
"~> 4.4.2"
],
"Masonry": [
"~> 1.1.0"
]
},
"subspecs": [
{
"name": "Common",
"source_files": "XWImagePhotosBrowser/Classes/Common/*.{h,m}"
},
{
"name": "Protocol",
"source_files": "XWImagePhotosBrowser/Classes/Protocol/*.{h,m}"
}
]
}