blob: aa00e734fe4f85eb897ef62d9e63a0ee055bbd31 [file] [log] [blame]
{
"name": "Fluidable",
"version": "1.0.0",
"summary": "The Swift library that allows you to create a custom transition conforming to Fluid Interfaces.",
"homepage": "https://github.com/gumob/Fluidable",
"documentation_url": "https://gumob.github.io/Fluidable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gumob": "hello@gumob.com"
},
"module_name": "Fluidable",
"source": {
"git": "https://github.com/gumob/Fluidable.git",
"tag": "1.0.0",
"submodules": true
},
"source_files": [
"Sources/*.{swift}",
"Sources/*/*.{swift}",
"Sources/*/*/*.{swift}",
"Sources/*/*/*/*.{swift}"
],
"requires_arc": true,
"swift_versions": "5.0",
"platforms": {
"ios": "10.0"
},
"ios": {
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics"
]
},
"swift_version": "5.0"
}