blob: b0a4dd4fe90cac62be3be66df2048f104b0d3aa8 [file] [log] [blame]
{
"name": "BUKImagePickerController",
"version": "0.1.7",
"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.7"
},
"social_media_url": "https://twitter.com/yiming_t",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "BUKImagePickerController/Classes/**/*",
"resource_bundles": {
"BUKImagePickerController": [
"BUKImagePickerController/Assets/*.{lproj,png}"
]
},
"frameworks": "AssetsLibrary",
"dependencies": {
"FastttCamera": [
"~> 0.3"
]
}
}