Skip to content

Commit e20cbab

Browse files
committed
Update readme file for swift3
1 parent 7148be6 commit e20cbab

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
#SwiftyJSON
2-
2+
33
[![Travis CI](https://travis-ci.org/SwiftyJSON/SwiftyJSON.svg?branch=master)](https://travis-ci.org/SwiftyJSON/SwiftyJSON)
44

55
SwiftyJSON makes it easy to deal with JSON data in Swift.
66

77
1. [Why is the typical JSON handling in Swift NOT good](#why-is-the-typical-json-handling-in-swift-not-good)
8-
1. [Requirements](#requirements)
9-
1. [Integration](#integration)
10-
1. [Usage](#usage)
11-
- [Initialization](#initialization)
12-
- [Subscript](#subscript)
13-
- [Loop](#loop)
14-
- [Error](#error)
15-
- [Optional getter](#optional-getter)
16-
- [Non-optional getter](#non-optional-getter)
17-
- [Setter](#setter)
18-
- [Raw object](#raw-object)
19-
- [Literal convertibles](#literal-convertibles)
20-
1. [Work with Alamofire](#work-with-alamofire)
21-
22-
> For Swift3 support, take a look at the [swift3 beta branch](https://github.com/SwiftyJSON/SwiftyJSON/tree/swift3)
8+
2. [Requirements](#requirements)
9+
3. [Integration](#integration)
10+
4. [Usage](#usage)
11+
- [Initialization](#initialization)
12+
- [Subscript](#subscript)
13+
- [Loop](#loop)
14+
- [Error](#error)
15+
- [Optional getter](#optional-getter)
16+
- [Non-optional getter](#non-optional-getter)
17+
- [Setter](#setter)
18+
- [Raw object](#raw-object)
19+
- [Literal convertibles](#literal-convertibles)
20+
5. [Work with Alamofire](#work-with-alamofire)
21+
22+
> For Legacy Swift support, take a look at the [swift2 branch](https://github.com/SwiftyJSON/SwiftyJSON/tree/swift2)
2323
2424
> [中文介绍](http://tangplin.github.io/swiftyjson/)
2525
@@ -83,7 +83,7 @@ if let userName = json[999999]["wrong_key"]["wrong_name"].string {
8383
## Requirements
8484

8585
- iOS 7.0+ / OS X 10.9+
86-
- Xcode 7
86+
- Xcode 8
8787

8888
##Integration
8989

0 commit comments

Comments
 (0)