blob: de7e4a93fbba1b7a215d4c55ecacca95cac8b6cd [file] [log] [blame]
{
"name": "Cam",
"version": "1.0.1",
"summary": "In app Camera",
"description": "A camera lanched within app",
"homepage": "https://github.com/FreshworksStudio/Cam",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"amirshayegh": "shayegh@me.com"
},
"source": {
"git": "https://github.com/FreshworksStudio/Cam.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "11.0"
},
"source_files": "Cam/Classes/**/*.{swift}",
"resource_bundles": {
"Cam": [
"Cam/Classes/**/*.{storyboard,xib}",
"Cam/Assets/*.png"
]
},
"dependencies": {
"Extended": [
],
"Designer": [
]
}
}