[Add] MealziOSSDKStaging 5.3.0
[CocoaPods.git] / Specs / 7 / f / a / LLPhotosPicker / 0.0.5 / LLPhotosPicker.podspec.json
blobcfde910dfd6a10541b7622dd50ad5f610f325e84
2   "name": "LLPhotosPicker",
3   "version": "0.0.5",
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.5"
16   },
17   "source_files": "LLPhotosPicker/PhotosPicker/*.{swift}",
18   "resources": "LLPhotosPicker/PhotosPicker/*.{bundle,xib}",
19   "swift_version": "4.2",
20   "frameworks": [
21     "UIKit",
22     "Foundation",
23     "Photos"
24   ],
25   "dependencies": {
26     "SnapKit": [
28     ]
29   },
30   "subspecs": [
31     {
32       "name": "public",
33       "source_files": "LLPhotosPicker/PhotosPicker/public/*.{swift}"
34     }
35   ]