blob: 1d4dbe0346c4c8727307ba46f512b334ef8529a5 [file] [log] [blame]
{
"name": "FormFramework",
"version": "1.0.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.2"
]
},
"source": {
"git": "https://github.com/iZettle/Form.git",
"tag": "1.0.0"
},
"source_files": "Form/*.{swift,m,h}",
"public_header_files": "Form/*.{h}",
"swift_version": "4.1"
}