blob: 7aed85b647aa96a1776a7e438f24436585f8d7d2 [file] [log] [blame]
{
"name": "TheDistanceForms",
"version": "0.3.2",
"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": "8.0"
},
"source": {
"git": "https://github.com/thedistance/TheDistanceForms.git",
"tag": "0.3.2"
},
"requires_arc": true,
"module_name": "TheDistanceForms",
"default_subspecs": "TheDistanceForms",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "TheDistanceForms",
"source_files": "TheDistanceForms/Classes/**/*.swift",
"dependencies": {
"TheDistanceCore": [
],
"AdvancedOperationKit": [
],
"KeyboardResponder": [
],
"TDStackView": [
],
"SwiftyJSON": [
]
}
}
]
}