[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / f / b / 2 / YCPicturesBrowseView / 0.0.1 / YCPicturesBrowseView.podspec.json
blobf324b9a7949135789601b5b07363085a6e1c6010
2   "name": "YCPicturesBrowseView",
3   "version": "0.0.1",
4   "summary": "图片浏览的控件",
5   "platforms": {
6     "ios": "8.0"
7   },
8   "description": "类似微信, 微博的图片浏览的控件",
9   "homepage": "https://github.com/Changxysuf/YCPicturesBrowseView",
10   "license": "MIT",
11   "authors": {
12     "常兴宇": "shilohchang@lagou.com"
13   },
14   "source": {
15     "git": "https://github.com/Changxysuf/YCPicturesBrowseView.git",
16     "tag": "0.0.1"
17   },
18   "source_files": "YCPicturesBrowseExample/PicturesBrowse/Classes/**/*.{h,m}",
19   "exclude_files": "Classes/Exclude",
20   "resources": "YCPicturesBrowseExample/PicturesBrowse/Assets/*",
21   "dependencies": {
22     "SDWebImage": [
23       "~> 5.0.0-beta3"
24     ]
25   }