| { |
| "name": "WrapContentConstraint", |
| "homepage": "https://github.com/Machipla/WrapContentConstraint", |
| "version": "0.0.1", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "authors": "Mario Chinchilla", |
| "summary": "Finally a constraint that wraps the content when necessary!", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.md" |
| }, |
| "source": { |
| "git": "https://github.com/Machipla/WrapContentConstraint.git", |
| "tag": "0.0.1" |
| }, |
| "swift_version": "4.0", |
| "source_files": "Sources/**/*.{swift}", |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ] |
| } |