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 5
5
## [ 1.1.0] ( https://github.com/kakaopensource/KakaJSON/releases/tag/1.1.0 ) (2019-08-27)
6
6
- Remove locks in ConvertibleConfig
7
7
- Simplify apis
8
+ - Support carthage
8
9
- Merged pull requests
9
10
- [simplify optional.kj_value](https://github.com/kakaopensource/KakaJSON/pull/16)
10
11
- [replace symbol ~= with pattern keyword](https://github.com/kakaopensource/KakaJSON/pull/17)
Original file line number Diff line number Diff line change 1
1
# 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/ )
4
3
5
4
> Fast conversion between JSON and model in Swift.
6
5
22
21
pod ' KakaJSON' , ' ~> 1.1.0'
23
22
```
24
23
24
+ ### Carthage
25
+ ``` ruby
26
+ github " kakaopensource/KakaJSON" ~ > 1.1 .0
27
+ ```
28
+
25
29
### Swift Package Manager
26
30
27
31
To use Swift Package Manager, you should update to Xcode 11.
You can’t perform that action at this time.
0 commit comments