blob: 7e008ee1ff24e1c5933a2304a35cc0ac6ce29dba [file] [log] [blame]
{
"name": "LittleOwl",
"version": "1.0",
"summary": "A customized camera controller using AVFoundation",
"resources": "LittleOwl/Assets/*",
"swift_version": "4.1",
"description": "A customized camera controller using AVFoundation with a cool button animation as Snapchat has.",
"homepage": "https://github.com/DarkySwift/LittleOwl",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Carlos Duclos": "darkzeratul64@gmail.com"
},
"source": {
"git": "https://github.com/DarkySwift/LittleOwl.git",
"tag": "1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LittleOwl/Classes/**/*",
"resource_bundles": {
"Owl": [
"LittleOwl/Assets/**/*.{storyboard,xib,xcassets,imageset,png,jpg}"
]
}
}