Skip to content

Commit 6884a70

Browse files
committed
Update md
1 parent 7e10624 commit 6884a70

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
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)

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
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
@@ -22,6 +21,11 @@
2221
pod 'KakaJSON', '~> 1.1.0'
2322
```
2423

24+
### Carthage
25+
```ruby
26+
github "kakaopensource/KakaJSON" ~> 1.1.0
27+
```
28+
2529
### Swift Package Manager
2630

2731
To use Swift Package Manager, you should update to Xcode 11.

0 commit comments

Comments
 (0)