[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / f / 3 / c / XSLPhotoBrowser / 0.0.8 / XSLPhotoBrowser.podspec.json
blobfe653040ad4b74f6f5ac68d984700b205d2d35e0
2   "name": "XSLPhotoBrowser",
3   "version": "0.0.8",
4   "swift_version": "4.0",
5   "summary": "swift版本的图片浏览器",
6   "description": "图片浏览器——打开本地和网络图片,依赖Kingfisher,包含fade和Zoom动画。",
7   "homepage": "https://github.com/PEIcode/XSLPhotoBrowser",
8   "license": "MIT",
9   "authors": {
10     "Pei丶Code": "aishiklpz@163.com"
11   },
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/PEIcode/XSLPhotoBrowser.git",
17     "tag": "0.0.8"
18   },
19   "source_files": "XSLPhotoBrowser/Classes/**/*.swift",
20   "static_framework": true,
21   "dependencies": {
22     "Kingfisher": [
24     ],
25     "SDWebImage": [
27     ]
28   }