blob: af8de9b78c404756bd22892f7e5c991a224750d2 [file] [log] [blame]
{
"name": "KRNImagePickerController",
"version": "0.0.3",
"summary": "KRNImagePickerController is a wrappef above UIImagePickerController to simplify its usage",
"homepage": "https://github.com/ulian-onua/KRNImagePickerController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Julian Drapaylo": "ulian.onua@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ulian-onua/KRNImagePickerController.git",
"tag": "0.0.3"
},
"source_files": "KRNImagePickerController/*.{h,m}",
"public_header_files": "KRNImagePickerController/*.h",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}