blob: 01ba4653ade796c8d6326948b56dd75012bf6f00 [file] [log] [blame]
{
"name": "KCKeyboardImagePicker",
"version": "0.4.0",
"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.4.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"KCKeyboardImagePicker": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/*.h"
}