blob: aafcfd84f0ddb096435a54d760ec601180a6f56d [file] [log] [blame]
{
"name": "PresentationFramework",
"version": "1.13.0",
"module_name": "Presentation",
"summary": "Driving presentations from model to result",
"description": "Presentation is an iOS Swift library for working with UI presentations in a more formalized way.",
"homepage": "https://github.com/iZettle/Presentation",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"iZettle AB": "hello@izettle.com"
},
"platforms": {
"ios": "9.0"
},
"dependencies": {
"FlowFramework": [
">= 1.8.4"
]
},
"source": {
"git": "https://github.com/iZettle/Presentation.git",
"tag": "1.13.0"
},
"source_files": "Presentation/*.{swift}",
"swift_versions": "5.0",
"swift_version": "5.0"
}