blob: 6821f93ae659de1f2a4dbec9544140599d56f3bd [file] [log] [blame]
{
"name": "ZLPhotoBrowser",
"version": "4.0.0",
"summary": "A lightweight and pure Swift implemented library for select photos from album",
"description": "ZLPhotoBrowser 是一款纯swift实现的框架\n* 支持图片、视频、GIF、LivePhoto选择\n* 支持图片、视频编辑\n* 支持自定义相机拍照及录像\n更多自定义功能请查看 ZLPhotoConfiguration 定义",
"homepage": "https://github.com/longitachi/ZLPhotoBrowser",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"longitachi": "longitachi@163.com"
},
"source": {
"git": "https://github.com/longitachi/ZLPhotoBrowser.git",
"tag": "4.0.0"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": [
"5.0",
"5.1",
"5.2"
],
"requires_arc": true,
"frameworks": [
"UIKit",
"Photos",
"PhotosUI",
"AVFoundation",
"CoreMotion"
],
"resources": "Sources/*.{png,bundle}",
"subspecs": [
{
"name": "Core",
"source_files": [
"Sources/**/*.swift",
"Sources/ZLPhotoBrowser.h"
]
}
],
"swift_version": "5.2"
}