blob: 3c4c51915c3ee72fd3393e277b03dc23d0158fe2 [file] [log] [blame]
{
"name": "CameraButton",
"version": "0.1.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CameraButton/Classes/**/*"
}