blob: 8d3f5b8ae080f7aaa20fe3dc7593a2ea19dd8adc [file] [log] [blame]
{
"name": "VideoRecorder",
"version": "1.0",
"summary": "A Simple VideoRecorder for iOS",
"description": "A Simple VideoRecorder for iOS that record short video",
"homepage": "https://github.com/huangyingqiu/VideoRecorder",
"license": {
"type": "MIT"
},
"authors": {
"yingqiu huang": "me@huangyingqiu.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/huangyingqiu/VideoRecorder.git",
"tag": "1.0"
},
"source_files": [
"VideoRecorder",
"VideoRecorder/VideoRecorder/**/*.swift"
],
"exclude_files": "Classes/Exclude",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}