blob: ed6db5e1bfa7bd869e40a6df3c9157d881a7768c [file] [log] [blame]
{
"name": "TakeASelfie",
"version": "0.1.4",
"summary": "An iOS framework that uses the front camera, detects your face and takes a selfie.",
"homepage": "https://github.com/abdullahselek/TakeASelfie",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Abdullah Selek": "abdullahselek@gmail.com"
},
"source": {
"git": "https://github.com/abdullahselek/TakeASelfie.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "11.0"
},
"source_files": "TakeASelfie/*.{h,m,swift}",
"requires_arc": true,
"swift_versions": [
"5.0",
"5.1",
"5.2",
"5.3"
],
"swift_version": "5.3"
}