File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 55## [ 1.1.0] ( https://github.com/kakaopensource/KakaJSON/releases/tag/1.1.0 ) (2019-08-27)
66- Remove locks in ConvertibleConfig
77- Simplify apis
8+ - Support carthage
89- Merged pull requests
910 - [simplify optional.kj_value](https://github.com/kakaopensource/KakaJSON/pull/16)
1011 - [replace symbol ~= with pattern keyword](https://github.com/kakaopensource/KakaJSON/pull/17)
Original file line number Diff line number Diff line change 11# KakaJSON
2- ![ pod] ( https://img.shields.io/cocoapods/v/KakaJSON.svg )
3- [ ![ SwiftPM compatible] ( https://img.shields.io/badge/SwiftPM-Compatible-brightgreen.svg )] ( https://swift.org/package-manager/ )
2+ [ ![ pod] ( https://img.shields.io/cocoapods/v/KakaJSON.svg )] ( https://github.com/CocoaPods/CocoaPods ) [ ![ Carthage compatible] ( https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat )] ( https://github.com/Carthage/Carthage ) [ ![ SwiftPM compatible] ( https://img.shields.io/badge/SwiftPM-Compatible-brightgreen.svg )] ( https://swift.org/package-manager/ )
43
54> Fast conversion between JSON and model in Swift.
65
2221pod ' KakaJSON' , ' ~> 1.1.0'
2322```
2423
24+ ### Carthage
25+ ``` ruby
26+ github " kakaopensource/KakaJSON" ~ > 1.1 .0
27+ ```
28+
2529### Swift Package Manager
2630
2731To use Swift Package Manager, you should update to Xcode 11.
You can’t perform that action at this time.
0 commit comments