blob: 2c149297ca21d02cb43455643eddda4a086bc97c [file] [log] [blame]
{
"name": "TheDistanceForms",
"version": "0.4",
"summary": "An framework for creating flexible forms as generic collections of user input elements.",
"homepage": "https://github.com/thedistance",
"license": "MIT",
"authors": {
"The Distance": "dev@thedistance.co.uk"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/thedistance/TheDistanceForms.git",
"tag": "0.4"
},
"requires_arc": true,
"swift_version": "4.2",
"module_name": "TheDistanceForms",
"default_subspecs": "TheDistanceForms",
"subspecs": [
{
"name": "TheDistanceForms",
"source_files": "TheDistanceForms/Classes/**/*.swift",
"dependencies": {
"TheDistanceCore": [
],
"AdvancedOperationKit": [
],
"KeyboardResponder": [
],
"TDStackView": [
],
"SwiftyJSON": [
]
}
}
]
}