| { |
| "name": "NorthLayout", |
| "version": "5.0.0-beta.2", |
| "summary": "Autolayout Visual Format Helper", |
| "description": "fast path to autolayout using the Visual Format like `autolayout(\"H:|-[label]-|\")`", |
| "homepage": "https://github.com/banjun/NorthLayout", |
| "license": "MIT", |
| "authors": { |
| "banjun": "banjun@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/banjun/NorthLayout.git", |
| "tag": "5.0.0-beta.2" |
| }, |
| "social_media_url": "https://twitter.com/banjun", |
| "platforms": { |
| "ios": "9.0", |
| "osx": "10.11" |
| }, |
| "source_files": "Classes/**/*", |
| "ios": { |
| "frameworks": "UIKit" |
| }, |
| "osx": { |
| "frameworks": "AppKit" |
| }, |
| "requires_arc": true, |
| "dependencies": { |
| "FootlessParser": [ |
| "~> 0.4" |
| ] |
| }, |
| "pushed_with_swift_version": "4.0" |
| } |