blob: c9aacce6fe319c79131150b9a4bd8908e6104d65 [file] [log] [blame]
{
"name": "CameraButton",
"version": "0.1.1",
"summary": "A subclass of UIButton that can be used to integrate camera on any app.",
"description": "This is a subclass of UIButton, that will allow to include photo capturing functionality in any app as easy as subclassing a button and changing a couple of configuration",
"homepage": "https://github.com/subarna-santra/CameraButton.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Subarna Santra": "subarna.santra@gmail.com"
},
"source": {
"git": "https://github.com/subarnas-repo/CameraButton.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CameraButton/Classes/**/*"
}