| { |
| "name": "TheDistanceFormsThemed", |
| "version": "0.3.5", |
| "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.5" |
| }, |
| "requires_arc": true, |
| "module_name": "TheDistanceFormsThemed", |
| "default_subspecs": "TheDistanceFormsThemed", |
| "pushed_with_swift_version": "3.0", |
| "subspecs": [ |
| { |
| "name": "TheDistanceFormsThemed", |
| "source_files": "TheDistanceFormsThemed/ThemedClasses/*.swift", |
| "dependencies": { |
| "ThemeKit": [ |
| |
| ], |
| "TheDistanceCore": [ |
| |
| ], |
| "AdvancedOperationKit": [ |
| |
| ], |
| "KeyboardResponder": [ |
| |
| ], |
| "TDStackView": [ |
| |
| ], |
| "SwiftyJSON": [ |
| |
| ], |
| "TheDistanceForms": [ |
| |
| ] |
| } |
| } |
| ] |
| } |