blob: efd6251667f8b2e2d7909a3dfdfe57429cd537dd [file] [log] [blame]
{
"name": "TheDistanceForms",
"version": "0.2.6",
"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.6"
},
"default_subspecs": "TheDistanceForms",
"requires_arc": true,
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "TheDistanceForms",
"source_files": "TheDistanceForms/Classes/**/*.swift",
"dependencies": {
"TheDistanceCore": [
],
"AdvancedOperationKit": [
],
"KeyboardResponder": [
],
"TDStackView": [
],
"SwiftyJSON": [
]
}
},
{
"name": "TheDistanceFormsThemed",
"source_files": [
"TheDistanceForms/Classes/**/*.swift",
"TheDistanceFormsThemed/ThemedClasses/*.swift"
],
"dependencies": {
"ThemeKit": [
],
"TheDistanceCore": [
],
"AdvancedOperationKit": [
],
"KeyboardResponder": [
],
"TDStackView": [
],
"SwiftyJSON": [
]
}
}
]
}