blob: 1dedbbd5ac0dfe7b6f3490491e36b476b5c66cbd [file] [log] [blame]
{
"name": "LYMovieMake",
"version": "0.0.3",
"summary": "An iOS Video Editor Tool",
"description": "An iOS Video Editor Tool Using native library",
"homepage": "https://github.com/leonyue/LYMovieMake",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"leonyue": "4940748@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/leonyue/LYMovieMake.git",
"tag": "0.0.3"
},
"source_files": "LYMovieMake/*",
"requires_arc": true,
"subspecs": [
{
"name": "classes",
"source_files": "LYMovieMake/**/*"
}
]
}