| { |
| "name": "MiniDispatch", |
| "version": "1.0.0", |
| "summary": "Minimal GCD convenience layer. Dispatch succinctly.", |
| "description": "Usage:\n\n```swift\nview.addConstrainedSubview(label, constrain: .Leading, .Top)\nview.constrain(textField, at: .Leading, to: label, at: .Trailing, diff: 8)\n```", |
| "homepage": "https://github.com/yonat/MiniDispatch", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.txt" |
| }, |
| "authors": { |
| "Yonat Sharon": "yonat@ootips.org" |
| }, |
| "social_media_url": "http://twitter.com/yonatsharon", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/yonat/MiniDispatch.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "MiniDispatch.swift", |
| "requires_arc": true |
| } |