blob: a4b034c8048d61b9db2eeba45fea5ef41687f443 [file] [log] [blame]
{
"name": "FormFramework",
"version": "2.0",
"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": "2.0"
},
"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.9.0"
]
}
}
]
}