blob: 0f9fe195c3b852e05fde8dc50ed59700313967c3 [file] [log] [blame]
{
"name": "JMForms",
"version": "0.1.10",
"summary": "A simple form-builder written in Swift 5.",
"description": "JMForms is a simple form-builder that makes it easy and fast to add a form within your app.",
"homepage": "https://github.com/JMCPH/JMForms",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jakob Mikkelsen": "jpm@codement.dk"
},
"source": {
"git": "https://github.com/JMCPH/JMForms.git",
"tag": "0.1.10"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": [
"5.0",
"5.1",
"5.2"
],
"source_files": "JMForms/Classes/**/*",
"swift_version": "5.2"
}