blob: ff551f06c6c2fea7748f3c0841e285269e6d19db [file] [log] [blame]
{
"name": "BubblePictures",
"version": "1.1.3",
"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": "1.1.3"
},
"platforms": {
"ios": "9.0"
},
"source_files": "BubblePictures/Classes/**/*",
"resource_bundles": {
"BubblePictures": [
"BubblePictures/Assets/**/*"
]
},
"frameworks": "UIKit",
"dependencies": {
"SDWebImage": [
]
}
}