https://github.com/meniny/dynamickit
Dynamic Programming Kit
https://github.com/meniny/dynamickit
Last synced: about 1 year ago
JSON representation
Dynamic Programming Kit
- Host: GitHub
- URL: https://github.com/meniny/dynamickit
- Owner: Meniny
- License: mit
- Created: 2018-05-12T10:59:44.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-19T10:40:10.000Z (about 8 years ago)
- Last Synced: 2025-03-24T01:22:39.421Z (over 1 year ago)
- Language: Swift
- Homepage:
- Size: 345 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE.md
Awesome Lists containing this project
README
:name: DynamicKit
:author: Elias Abel
:author_esc: Elias%20Abel
:mail: admin@meniny.cn
:desc: a Dynamic Programming Kit
:icon: {name}.png
:icon_w: 100%
:version: 1.0.0
:na: N/A
:ios: 8.0
:macos: 10.10
:watchos: 2.0
:tvos: 9.0
:linux: {na}
:xcode: 9.3
:swift: 4.1
:license: MIT
:sep: %20%7C%20
:platform: iOS{sep}macOS{sep}watchOS{sep}tvOS{sep}Linux
= Meet `{name}`
{author} <{mail}>
v{version}, 2018-05-12
[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}' # Contains all subpods
----
==== SubPods
* `{name}/Core`: Core stuffs
* `{name}/Eval`: Expression evaluation
* `{name}/UIKit`: UIKit improvements
* `{name}/Runtime`: `Objective-C` runtime
* `{name}/Mirror`: Mirror reflection
* `{name}/Boxing`: Codable replacement
* `{name}/HTTP`: Minimum HTTP request
for example:
[source, ruby, subs="verbatim,attributes"]
----
use_frameworks!
pod '{name}/Eval'
----
=== 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}
----