blob: c71b1ef1d8612b77cff1dca9e0d5f3f50e1f381c [file] [log] [blame]
{
"name": "KCKeyboardImagePicker",
"version": "0.3.2",
"summary": "A keyboard-sized scrolling image picker for IM apps.",
"description": "This scrolling image picker is inspired by the Facebook Messenger app.\nDeveloper can attach up to four buttons on the top of a blureed effect for a selected image.\nCheck out the demo for more details.",
"homepage": "https://github.com/Kev1nChen/KCKeyboardImagePicker",
"license": "MIT",
"authors": "Kevin Yufei Chen",
"source": {
"git": "https://github.com/Kev1nChen/KCKeyboardImagePicker.git",
"tag": "0.3.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"KCKeyboardImagePicker": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/*.h"
}