Skip to content

Commit 5b9f21d

Browse files
committed
Update README
1 parent b50ddc6 commit 5b9f21d

File tree

1 file changed

+1
-31
lines changed

1 file changed

+1
-31
lines changed

README.md

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# SwiftyJSON [中文介绍](http://tangplin.github.io/swiftyjson/)
22

3-
[![Travis CI](https://travis-ci.org/SwiftyJSON/SwiftyJSON.svg?branch=master)](https://travis-ci.org/SwiftyJSON/SwiftyJSON)
43

54
SwiftyJSON makes it easy to deal with JSON data in Swift.
65

@@ -77,29 +76,10 @@ if let userName = json[999999]["wrong_key"]["wrong_name"].string {
7776

7877
## Requirements
7978

80-
- iOS 7.0+ / OS X 10.9+
81-
- Xcode 7
79+
Swift 3
8280

8381
## Integration
8482

85-
#### CocoaPods (iOS 8+, OS X 10.9+)
86-
You can use [Cocoapods](http://cocoapods.org/) to install `SwiftyJSON`by adding it to your `Podfile`:
87-
```ruby
88-
platform :ios, '8.0'
89-
use_frameworks!
90-
91-
target 'MyApp' do
92-
pod 'SwiftyJSON', :git => 'https://github.com/SwiftyJSON/SwiftyJSON.git'
93-
end
94-
```
95-
Note that this requires CocoaPods version 36, and your iOS deployment target to be at least 8.0:
96-
97-
#### Carthage (iOS 8+, OS X 10.9+)
98-
You can use [Carthage](https://github.com/Carthage/Carthage) to install `SwiftyJSON` by adding it to your `Cartfile`:
99-
```
100-
github "SwiftyJSON/SwiftyJSON"
101-
```
102-
10383
#### Swift Package Manager
10484
You can use [The Swift Package Manager](https://swift.org/package-manager) to install `SwiftyJSON` by adding the proper description to your `Package.swift` file:
10585
```swift
@@ -113,16 +93,6 @@ let package = Package(
11393
]
11494
)
11595
```
116-
117-
Note that the [Swift Package Manager](https://swift.org/package-manager) is still in early design and development, for more infomation checkout its [GitHub Page](https://github.com/apple/swift-package-manager)
118-
119-
#### Manually (iOS 7+, OS X 10.9+)
120-
121-
To use this library in your project manually you may:
122-
123-
1. for Projects, just drag SwiftyJSON.swift to the project tree
124-
2. for Workspaces, include the whole SwiftyJSON.xcodeproj
125-
12696
## Usage
12797

12898
#### Initialization

0 commit comments

Comments
 (0)