blob: 68dd7f81eee00febfceacc269698caf2a620dc7c [file] [log] [blame]
{
"name": "CRMediaPickerController",
"version": "0.0.1",
"license": "MIT",
"homepage": "https://github.com/chroman/CRMediaPickerController",
"authors": {
"Christian Roman": "chroman16@gmail.com"
},
"summary": "A easy-to-use UIImagePickerController replacement for picking Images and Videos.",
"source": {
"git": "https://github.com/chroman/CRMediaPickerController.git",
"tag": "0.0.1"
},
"source_files": "CRMediaPickerController/*.{h,m}",
"frameworks": [
"UIKit",
"AssetsLibrary",
"AVFoundation"
],
"requires_arc": true,
"social_media_url": "https://twitter.com/chroman",
"platforms": {
"ios": "7.0"
}
}