[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / d / f / LRSImagePreview / 0.1.0 / LRSImagePreview.podspec.json
blob997f65c2672f525fb9108d40369459882d85370f
2   "name": "LRSImagePreview",
3   "version": "0.1.0",
4   "summary": "A short description of LRSImagePreview.",
5   "description": "图片预览",
6   "homepage": "https://aioser.github.io",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "刘sama": "junchen.liu@jiamiantech.com"
13   },
14   "source": {
15     "git": "https://github.com/aioser/LRSImagePreview.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "subspecs": [
22     {
23       "name": "Extern",
24       "source_files": "LRSImagePreview/Classes/Extern/**/*"
25     },
26     {
27       "name": "Helper",
28       "source_files": "LRSImagePreview/Classes/Helper/**/*",
29       "frameworks": "Photos"
30     },
31     {
32       "name": "Core",
33       "source_files": "LRSImagePreview/Classes/Core/**/*",
34       "dependencies": {
35         "SDWebImage": [
36           "~> 5.0"
37         ],
38         "LRSImagePreview/Extern": [
40         ],
41         "LRSImagePreview/Helper": [
43         ]
44       }
45     }
46   ]