[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 6 / c / f / MiniLayout / 1.4.2 / MiniLayout.podspec.json
blobafa974aff5b1ebf3ec807567e872eec0a29b8d61
2   "name": "MiniLayout",
3   "version": "1.4.2",
4   "summary": "Minimal AutoLayout convenience layer. Program constraints succinctly.",
5   "description": "Usage:\n\n```swift\nview.addConstrainedSubview(label, constrain: .leading, .top)\nview.constrain(textField, at: .leading, to: label, at: .trailing, diff: 8)\n```",
6   "homepage": "https://github.com/yonat/MiniLayout",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Yonat Sharon": "yonat@ootips.org"
13   },
14   "social_media_url": "http://twitter.com/yonatsharon",
15   "swift_versions": [
16     "4.2",
17     "5.0",
18     "5.0"
19   ],
20   "platforms": {
21     "ios": "9.0"
22   },
23   "requires_arc": true,
24   "source": {
25     "git": "https://github.com/yonat/MiniLayout.git",
26     "tag": "1.4.2"
27   },
28   "source_files": "Sources/MiniLayout.swift",
29   "swift_version": "5.0"