blob: 3545f5bb35629d9a538715d03f992b56dbc0b9d3 [file] [log] [blame]
{
"name": "FormFramework",
"version": "1.3.3",
"module_name": "Form",
"summary": "Powerful iOS layout and styling",
"description": "Form is an iOS Swift library for working efficiently with layout and styling.",
"homepage": "https://github.com/iZettle/Form",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"iZettle AB": "hello@izettle.com"
},
"platforms": {
"ios": "9.0"
},
"dependencies": {
"FlowFramework": [
"~> 1.3"
]
},
"default_subspecs": "Form",
"source": {
"git": "https://github.com/iZettle/Form.git",
"tag": "1.3.3"
},
"source_files": "Form/*.{swift,m,h}",
"public_header_files": "Form/*.{h}",
"swift_version": "4.1",
"subspecs": [
{
"name": "Form"
},
{
"name": "Presentation",
"dependencies": {
"PresentationFramework": [
"~> 1.1"
]
}
}
]
}