blob: 427794b68d04ff0a795ebb0161fea87d273a9b81 [file] [log] [blame]
{
"name": "PresentationFramework",
"version": "1.1.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.2"
]
},
"source": {
"git": "https://github.com/iZettle/Presentation.git",
"tag": "1.1.0"
},
"source_files": "Presentation/*.{swift}",
"swift_version": "4.1"
}