[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / f / 3 / 4 / Project-ZLPhotoBrowserBlack / 1.0.0 / Project-ZLPhotoBrowserBlack.podspec.json
blob9a3af8f7be463fd1045b1c26501b7efc01be63c6
2   "name": "Project-ZLPhotoBrowserBlack",
3   "version": "1.0.0",
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 定义",
6   "homepage": "https://github.com/phamminhlong10/ZLPhotoBrowser",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "phamminhlong": "phamminhlong10@outlook.com"
13   },
14   "social_media_url": "https://github.com/phamminhlong10",
15   "source": {
16     "git": "https://github.com/phamminhlong10/ZLPhotoBrowser.git",
17     "tag": "1.0.0"
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"