| { |
| "name": "SimpleConstraints", |
| "version": "0.2.0", |
| "summary": "SimpleConstraints makes it easier and more intuitive to create NSLayoutConstraints.", |
| "description": "SimpleConstraints allows you to create NSLayoutConstraints using mathematical equations. This makes it a lot more intuitive to create layout constraints.", |
| "homepage": "https://github.com/pauljohanneskraft/SimpleConstraints", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "pauljohanneskraft": "pauljohanneskraft@icloud.com" |
| }, |
| "source": { |
| "git": "https://github.com/pauljohanneskraft/SimpleConstraints.git", |
| "tag": "0.2.0" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "swift_version": "4.2", |
| "source_files": "SimpleConstraints/Classes/**/*", |
| "frameworks": "UIKit" |
| } |