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