blob: 66bcb8102603812fe5296958ce7457ef2689bcdf [file] [log] [blame]
{
"name": "Cam",
"version": "0.1.0",
"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": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Cam/Classes/**/*.{swift}",
"resource_bundles": {
"Browser": [
"Cam/Classes/**/*.{storyboard,xib}"
]
}
}