| { |
| "name": "PatternView", |
| "version": "1.0.0", |
| "summary": "A suite of views which can be used to easily implement certain patterns to create more aesthetically pleasing apps.", |
| "description": "The idea behind this is that especially for new developers who don't have their own designers, there's a lot if iteration involved in making good looking views, and for them it might be a lot easier to tweak a number than to go back and make half of the stripes in a view to be a slightly different shade of blue. This is about making iteration and design easy for developers.", |
| "homepage": "https://github.com/kysomers/PatternView", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Kyle Somers": "kyledouglassomers@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/kysomers/PatternView.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source_files": "PatternView/PodFiles/*.swift", |
| "pushed_with_swift_version": "3.0" |
| } |