| { |
| "name": "VLPin", |
| "version": "0.1.0", |
| "summary": "An easy way to programmatically deal with Auto Layout", |
| "description": "An easy way to programmatically create constraints without the mess of Storyboard and Xib files", |
| "homepage": "https://github.com/vandilsonlima/VLPin", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "vandilsonlima": "vandilson.lim4@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/vandilsonlima/VLPin.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source_files": "VLPin/Classes/**/*", |
| "pushed_with_swift_version": "3.0" |
| } |