blob: a5a5ac73367c130d8630a91b8d73881e4a9f8e8c [file] [log] [blame]
{
"name": "CamShot",
"version": "0.1.6",
"summary": "CamShot will take screenshot every after 5 seconds and upload it on firebase.",
"description": "CamShot will take screenshot every after 5 seconds and upload it on firebase. You can manually start and stop it also.",
"homepage": "https://github.com/IshuPhogat/CamShot",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ishwar Singh": "ishwarsinghpss@gmail.com"
},
"source": {
"git": "https://github.com/IshuPhogat/CamShot.git",
"tag": "0.1.6"
},
"platforms": {
"ios": "10.0"
},
"source_files": "CamShot/Classes/**/*.{swift,h,m}",
"resources": "CamShot/**/*.{xcdatamodeld,xcassets,png,plist}",
"static_framework": true,
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Firebase/Storage": [
],
"Firebase/Core": [
]
}
}