[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / f / a / LLPhotosPicker / 0.0.7 / LLPhotosPicker.podspec.json
blobf265cb87f35411334d08d7a2e7ac212030855aef
2   "name": "LLPhotosPicker",
3   "version": "0.0.7",
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.7"
16   },
17   "source_files": "LLPhotosPicker/PhotosPicker/*.{swift}",
18   "resources": "LLPhotosPicker/PhotosPicker/*.{bundle}",
19   "resource_bundles": {
20     "LLPhotosPicker": [
21       "LLPhotosPicker/PhotosPicker/*.{xib}"
22     ]
23   },
24   "swift_version": "4.2",
25   "frameworks": [
26     "UIKit",
27     "Foundation",
28     "Photos"
29   ],
30   "dependencies": {
31     "SnapKit": [
32       "~> 4.2.0"
33     ]
34   },
35   "subspecs": [
36     {
37       "name": "public",
38       "source_files": "LLPhotosPicker/PhotosPicker/public/*.{swift}"
39     }
40   ]