blob: 3d757d2e686f655076c1f33bd9a0e63ebb4ec4e0 [file] [log] [blame]
{
"name": "BUKImagePickerController",
"version": "0.1.1",
"summary": "A controller helps you select images from a camera or a photo library.",
"homepage": "https://github.com/iException/BUKImagePickerController",
"license": "MIT",
"authors": {
"Yiming Tang": "yimingnju@gmail.com"
},
"source": {
"git": "https://github.com/iException/BUKImagePickerController.git",
"tag": "v0.1.1"
},
"social_media_url": "https://twitter.com/yiming_t",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "BUKImagePickerController/Classes/**/*",
"resources": [
"BUKImagePickerController/Assets/*.{png,xcassets}"
],
"frameworks": "AssetsLibrary",
"dependencies": {
"FastttCamera": [
"~> 0.3"
]
}
}