[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 1 / 9 / SigmaZLPhotoBrowser / 4.2.5.1 / SigmaZLPhotoBrowser.podspec.json
blobedbc99d7bf468ecb1039c86ece478fd13d9d4f78
2   "name": "SigmaZLPhotoBrowser",
3   "version": "4.2.5.1",
4   "summary": "A lightweight and pure Swift implemented library for select photos from album",
5   "description": "ZLPhotoBrowser 是一款纯swift实现的框架\n* 支持图片、视频、GIF、LivePhoto选择\n* 支持图片、视频编辑\n* 支持自定义相机拍照及录像\n更多自定义功能请查看 ZLPhotoConfiguration 定义\nTrungHD: Add \"Go to Settings\" button for Photos & Camera when user didn't allow access permission",
6   "homepage": "https://github.com/truhoada/ZLPhotoBrowser",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "longitachi": "longitachi@163.com"
13   },
14   "social_media_url": "https://github.com/longitachi",
15   "source": {
16     "git": "https://github.com/truhoada/ZLPhotoBrowser.git",
17     "tag": "4.2.5.1"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "swift_versions": [
23     "5.0",
24     "5.1",
25     "5.2"
26   ],
27   "requires_arc": true,
28   "frameworks": [
29     "UIKit",
30     "Photos",
31     "PhotosUI",
32     "AVFoundation",
33     "CoreMotion",
34     "Accelerate"
35   ],
36   "resources": "Sources/*.{png,bundle}",
37   "subspecs": [
38     {
39       "name": "Core",
40       "source_files": [
41         "Sources/**/*.swift",
42         "Sources/ZLPhotoBrowser.h"
43       ]
44     }
45   ],
46   "swift_version": "5.2"