blob: 25433b50d675eccf84535d2f016244b0569922cf [file] [log] [blame]
{
"name": "UIViewController+SBAImagePicker",
"version": "1.0",
"summary": "SBAImagePicker is light weight extension of UIViewController. With the help of SBAImagePicker you can now easily capture image from camera or gallery in a simple block based implementation.",
"homepage": "https://github.com/shoaib-akhtar/UIViewController-SBAImagePicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Shoaib Akhtar": "shoaib.akhtar1@live.com"
},
"source": {
"git": "https://github.com/shoaib-akhtar/UIViewController-SBAImagePicker.git",
"branch": "master",
"tag": "1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Classes/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
]
}