| { |
| "name": "EasyLayout-ios", |
| "platforms": { |
| "ios": "11.0" |
| }, |
| "summary": "EasyLayout is a syntax sugar for creating NSLayoutConstraints programmatically in a single file.", |
| "requires_arc": true, |
| "version": "1.0.1", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Andrey Krasivichev": "krasivichev_andrey@mail.ru" |
| }, |
| "homepage": "https://github.com/andrey-krasivichev/EasyLayout", |
| "source": { |
| "git": "https://github.com/andrey-krasivichev/EasyLayout.git", |
| "tag": "1.0.1" |
| }, |
| "frameworks": "UIKit", |
| "source_files": "EasyLayout/**/*.{swift}", |
| "swift_versions": "5.0", |
| "swift_version": "5.0" |
| } |