blob: b406637b05a1bde761b796377cb30278f83e8806 [file] [log] [blame]
{
"name": "SweetBubbles",
"platforms": {
"ios": "12.0"
},
"requires_arc": true,
"version": "1.0.0",
"summary": "Bubble transition between two Controllers written in Swift.",
"description": "SweetBubbles is as indicated by its name, a sweet transition between two controllers using bubble to make it beautiful !",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lucas Amelin": "lucasamelin14@gmail.com"
},
"homepage": "https://github.com/LucasGitHubz/SweetBubblesTransition",
"source": {
"git": "https://github.com/LucasGitHubz/SweetBubblesTransition.git",
"tag": "1.0.0"
},
"frameworks": "UIKit",
"dependencies": {
"Reusable": [
"~> 4.1.1"
]
},
"source_files": "SweetBubbles/**/*.{h,storyboard,swift,png}",
"swift_versions": "5",
"swift_version": "5"
}