blob: 5c6bee0c9bf83c185cacb4d761b50d87b277762a [file] [log] [blame]
{
"name": "FormFramework",
"version": "1.10.2",
"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.8.2"
]
},
"default_subspecs": "Form",
"source": {
"git": "https://github.com/iZettle/Form.git",
"tag": "1.10.2"
},
"source_files": "Form/*.{swift,m,h}",
"public_header_files": "Form/*.{h}",
"swift_versions": "5.0",
"swift_version": "5.0",
"subspecs": [
{
"name": "Form"
},
{
"name": "Presentation",
"dependencies": {
"PresentationFramework": [
"~> 1.1"
]
}
}
]
}