blob: fdfa8d56fb7ef382dff62e84ca55b1776d9357fa [file] [log] [blame]
{
"name": "DJCaptureButton",
"version": "0.1.2",
"summary": "Camera styled capture button with 3D touch",
"description": "This is a camera styled capture button. Used for one of my apps and i wanted to share it. It uses tap and 3D Touch to fire the action.",
"homepage": "https://github.com/davnag/DJCaptureButton",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"David Jonsén": "dev.jonsen@outlook.com"
},
"source": {
"git": "https://github.com/davnag/DJCaptureButton.git",
"tag": "0.1.2"
},
"swift_version": "4.0",
"platforms": {
"ios": "10.0"
},
"source_files": "DJCaptureButton/Classes/**/*"
}