[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / f / a / LLPhotosPicker / 0.0.8 / LLPhotosPicker.podspec.json
blob7b591c0344dce3abf7f8245f4953e68c8d963b37
2   "name": "LLPhotosPicker",
3   "version": "0.0.8",
4   "summary": "图片选取器,支持图片多选,视频、图片、GIF筛选",
5   "homepage": "https://github.com/LOLITA0164/LLPhotosPicker",
6   "license": "MIT",
7   "platforms": {
8     "ios": "9.0"
9   },
10   "authors": {
11     "LOLITA0164": "476512340@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/LOLITA0164/LLPhotosPicker.git",
15     "tag": "0.0.8"
16   },
17   "source_files": "LLPhotosPicker/PhotosPicker/*.{swift}",
18   "resources": "LLPhotosPicker/PhotosPicker/*.{bundle}",
19   "swift_version": "4.2",
20   "frameworks": [
21     "UIKit",
22     "Foundation",
23     "Photos"
24   ],
25   "dependencies": {
26     "SnapKit": [
27       "~> 4.2.0"
28     ]
29   },
30   "subspecs": [
31     {
32       "name": "public",
33       "source_files": "LLPhotosPicker/PhotosPicker/public/*.{swift}"
34     }
35   ]