blob: 8ac29385b83bc4e21e4ca27638faec530e6b6364 [file] [log] [blame]
{
"name": "Yagi",
"version": "1.0.0",
"summary": "Yagi 是一个自定义 AVAssetExportSession 框架。",
"description": "Yagi 是一个自定义 AVAssetExportSession 框架,可以在对导出视频压缩效果不减弱的情况下获得更小的体积",
"authors": {
"spirit-jsb": "sibo_jian_29903549@163.com"
},
"license": "MIT",
"homepage": "https://github.com/spirit-jsb/Yagi.git",
"platforms": {
"ios": "10.0"
},
"swift_versions": [
"5.0"
],
"frameworks": [
"Foundation",
"AVFoundation",
"MobileCoreServices"
],
"source": {
"git": "https://github.com/spirit-jsb/Yagi.git",
"tag": "1.0.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": [
"Sources/Core/**/*.swift",
"Sources/Yagi.h"
]
}
],
"swift_version": "5.0"
}