Meet DynamicKit
🏵 Introduction
DynamicKit is a Dynamic Programming Kit.
📋 Requirements
| Type | Requirement | |
|---|---|---|
Platform |
iOS |
8.0 |
macOS |
10.10 |
|
tvOS |
9.0 |
|
watchOS |
2.0 |
|
Linux |
N/A |
|
IDE |
Xcode |
9.3 |
Language |
Swift |
4.1 |
📲 Installation
CocoaPods
DynamicKit is available on CocoaPods.
use_frameworks!
pod 'DynamicKit' # Contains all subpodsSubPods
-
DynamicKit/Core: Core stuffs -
DynamicKit/Eval: Expression evaluation -
DynamicKit/UIKit: UIKit improvements -
DynamicKit/Runtime:Objective-Cruntime -
DynamicKit/Mirror: Mirror reflection -
DynamicKit/Boxing: Codable replacement -
DynamicKit/HTTP: Minimum HTTP request
for example:
use_frameworks!
pod 'DynamicKit/Eval'Manually
Copy all files in the DynamicKit directory into your project.
🛌 Dependency
N/A
❤️ Contribution
You are welcome to fork and submit pull requests.
🔖 License
DynamicKit is open-sourced software, licensed under the MIT license.
🔫 Usage
import DynamicKit