blob: 11f2ba653f8b4a1cc98c8c009e4e5d902a1a5a7b [file] [log] [blame]
{
"name": "HYPImagePicker",
"version": "0.3",
"summary": "UIImagePickerController without the tears.",
"description": " UIImagePickerController without the tears. HYPImagePicker is the simplest way\n to access camera capabilities, at the same time supporting fallbacks for when\n the user doesn't have access to a camera.\n",
"homepage": "https://github.com/hyperoslo/HYPImagePicker",
"license": "MIT",
"authors": {
"Elvis Nuñez": "elvisnunez@me.com"
},
"source": {
"git": "https://github.com/hyperoslo/HYPImagePicker.git",
"tag": "0.3"
},
"social_media_url": "https://twitter.com/hyperoslo",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Source",
"frameworks": [
"UIKit",
"AssetsLibrary"
]
}