blob: 00800801c1aa37cbb48c229fe0f3d5972bb7e5cc [file] [log] [blame]
{
"name": "KRImagePickerController",
"version": "0.0.1",
"summary": "KRImagePickerController is written is Swift a wrapper above UIImagePickerController to simplify its usage",
"homepage": "https://github.com/ulian-onua/KRImagePickerController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Julian Drapaylo": "ulian.onua@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ulian-onua/KRImagePickerController.git",
"tag": "0.0.1"
},
"source_files": "Source/*.{swift}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}