| { |
| "name": "Stylable", |
| "version": "0.1.1", |
| "summary": "A small library to make styling of views a little easier", |
| "description": "Style UIViews, UILabels, UITextFields, etc with easy to use configurations.", |
| "homepage": "https://github.com/Impart/Stylable", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Impart IT": "marcel@impart.nl" |
| }, |
| "source": { |
| "git": "https://github.com/Impart/Stylable.git", |
| "tag": "0.1.1" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "swift_versions": [ |
| "4.2", |
| "5", |
| "5" |
| ], |
| "source_files": "Stylable/Classes/**/*", |
| "swift_version": "5" |
| } |