YetBase
Example
class Person: Codable {
var name: String = ""
var age: Int = 0
}Requirements
Installation
YetBase is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'YetBase'Author
yangentao, [email protected]
License
Yson is available under the MIT license. See the LICENSE file for more info.