blob: a7b5ab46e59c214e25f134038b2fcaddfc7a4431 [file] [log] [blame]
{
"name": "SweetBubbles",
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"version": "0.1.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": "0.1.0"
},
"frameworks": "UIKit",
"dependencies": {
"Reusable": [
"~> 4.1.1"
]
},
"source_files": "SweetBubblesTransition/**/*.{swift}",
"resources": "SweetBubblesTransition/**/*.{png,storyboard}",
"swift_versions": "5",
"swift_version": "5"
}