https://github.com/meniny/papalayout
Pure Swift AutoLayout library offers a neat way to manage constraints in code.
https://github.com/meniny/papalayout
Last synced: 2 months ago
JSON representation
Pure Swift AutoLayout library offers a neat way to manage constraints in code.
- Host: GitHub
- URL: https://github.com/meniny/papalayout
- Owner: Meniny
- License: mit
- Created: 2018-05-19T17:58:00.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-19T18:07:42.000Z (about 8 years ago)
- Last Synced: 2025-02-21T10:39:24.580Z (over 1 year ago)
- Language: Swift
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE.md
Awesome Lists containing this project
README
:name: PapaLayout
:author: Elias Abel
:author_esc: Elias%20Abel
:mail: admin@meniny.cn
:desc: a pure Swift AutoLayout library offers a neat way to manage constraints in code
:icon: {name}.png
:version: 1.0.0
:na: N/A
:ios: 9.0
:macos: 10.10
:watchos: {na}
:tvos: 9.0
:linux: {na}
:xcode: 9.3
:swift: 4.1
:license: MIT
:sep: %20%7C%20
:platform: iOS{sep}macOS{sep}tvOS{sep}Linux
// :toc: left
:toclevels: 6
:toc-title: TOC
:source-highlighter: highlightjs
// :source-highlighter: pygments
= Meet `{name}`
{author} <{mail}>
v{version}, 2018-05-20
[subs="attributes"]
++++
++++
:toc:
== 🏵 Introduction
**{name}** is {desc}.
== 📋 Requirements
[%header]
|===
2+^m|Type 1+^m|Requirement
1.5+^.^|Platform ^|iOS ^|{ios}+
^|macOS ^|{macos}
^|tvOS ^|{tvos}
^|watchOS ^|{watchos}
^|Linux ^|{linux}
^|IDE ^|Xcode ^| {xcode}+
^|Language ^|Swift ^| {swift}+
|===
== 📲 Installation
=== CocoaPods
`{name}` is available on link:https://cocoapods.org[CocoaPods].
[source, ruby, subs="verbatim,attributes"]
----
use_frameworks!
pod '{name}'
----
=== Manually
Copy all files in the `{name}` directory into your project.
== 🛌 Dependency
{na}
== ❤️ Contribution
You are welcome to fork and submit pull requests.
== 🔖 License
`{name}` is open-sourced software, licensed under the link:./LICENSE.md[`{license}`] license.
== 🔫 Usage
[source, swift, subs="verbatim,attributes"]
----
import {name}
----