blob: 36b6215b2ab8b7ab0b8f747bdd1a0ae035287336 [file] [log] [blame]
{
"name": "SimplePhotoPicker",
"version": "0.1.2",
"summary": "This is the simple photo picker which uses default iPhone SDK with UIImagePickerController.",
"description": "SimplePhotoPicker is a control that optionally takes inputs of Source Type & allow Editing. On the basis of these inputs, this control displays the action sheet if needed and displays the iOS default image editor if selected. It has simple block based implementation. No need to implement delegate methods.",
"homepage": "https://github.com/asifbilal786/SimplePhotoPicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Asif Bilal": "asifbilal786@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/asifbilal786/SimplePhotoPicker.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/asifbilal786",
"source_files": "SimplePhotoPicker/PhotoPicker.swift",
"requires_arc": true
}