blob: 11b7bb95148165188c1995f64521db73b23375b8 [file] [log] [blame]
{
"name": "FilterCam",
"version": "1.0.0",
"summary": "A video capture framework that can easily apply your custom filters",
"description": "FilterCam is a simple iOS camera framework for recording videos with custom CIFilters applied. Also FilterCam is made very inspired by SwiftyCam.",
"homepage": "https://github.com/nkmrh/FilterCam",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hajime Nakamura": "nkmrhj@gmail.com"
},
"social_media_url": "http://twitter.com/_nkmrh",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/nkmrh/FilterCam.git",
"tag": "1.0.0"
},
"source_files": "FilterCam/*.swift",
"requires_arc": true
}