blob: 24d8269737d9c3752a23d5092e359b331e16bf94 [file] [log] [blame]
{
"name": "BubblePictures",
"version": "2.1.2",
"summary": "Framework for showing bubbles like pictures.",
"description": "Framework for showing bubbles like pictures inside a collection View, the frameworks handles everything for you, you just need to pass the pictures with the titles and thats it.",
"homepage": "https://github.com/kbelter/BubblePictures",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kevin Belter": "kevin.belter@outlook.com"
},
"source": {
"git": "https://github.com/kbelter/BubblePictures.git",
"tag": "2.1.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "BubblePictures/Classes/**/*",
"resource_bundles": {
"BubblePictures": [
"BubblePictures/Assets/**/*"
]
},
"frameworks": "UIKit",
"dependencies": {
"SDWebImage": [
]
},
"swift_version": "5.0"
}