blob: 4ca6036aed6a1f58e1c0eeb482d40b6958826e46 [file] [log] [blame]
{
"name": "TheDistanceForms",
"version": "0.2.9",
"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.2.9"
},
"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": [
]
}
}
]
}