blob: 6fc00ec69e59f04f42fa162959ff520750bde175 [file] [log] [blame]
{
"name": "BubbleTagView",
"version": "0.1.3",
"summary": "Collection view subclass for displaying tags as bubbles",
"description": "Collection view subclass for displaying tags as bubbles.",
"homepage": "https://github.com/thefuntasty/BubbleTagView",
"license": "MIT",
"authors": {
"Michal Šimík": "michal.simik@thefuntasty.com"
},
"source": {
"git": "https://github.com/thefuntasty/BubbleTagView.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"BubbleTagView": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"FSQCollectionViewAlignedLayout": [
"~> 1.1"
]
}
}