blob: 81a5b75f6a4dd897bac082c8673322df09abe9a1 [file] [log] [blame]
{
"name": "KCKeyboardScrollingImagePicker",
"version": "0.0.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/KCKeyboardScrollingImagePicker",
"screenshots": [
"http://kevinychen.com/wp-content/uploads/2014/04/picker2.jpg",
"http://kevinychen.com/wp-content/uploads/2014/04/picker3.jpg"
],
"license": "MIT",
"authors": "Kevin Yufei Chen",
"source": {
"git": "https://github.com/Kev1nChen/KCKeyboardScrollingImagePicker.git",
"tag": "v0.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"KCKeyboardScrollingImagePicker": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/*.h",
"dependencies": {
"PureLayout": [
"~> 3.0.1"
]
}
}