delete macOS doc
This commit is contained in:
parent
00c8fa38d1
commit
7f231024e8
|
@ -4,7 +4,7 @@
|
|||
[](https://github.com/Carthage/Carthage)
|
||||
[](http://cocoapods.org/pods/SwiftyXMLParser)
|
||||
[](http://cocoapods.org/pods/SwiftyXMLParser)
|
||||

|
||||

|
||||
|
||||
Simple XML Parser implemented in Swift
|
||||
|
||||
|
@ -21,12 +21,11 @@ This is a XML parser inspired by [SwiftyJSON](https://github.com/SwiftyJSON/Swif
|
|||
# Requirement
|
||||
+ iOS 8.0+
|
||||
+ tvOS 9.0+
|
||||
+ macOS 10.12+
|
||||
+ Swift3.0+ (There is Swift 2.3 version for iOS, too)
|
||||
|
||||
# Installation
|
||||
|
||||
### Carthage (iOS, macOS)
|
||||
### Carthage
|
||||
#### 1. create Cartfile
|
||||
|
||||
```ruby:Cartfile
|
||||
|
@ -38,7 +37,7 @@ github "https://github.com/yahoojapan/SwiftyXMLParser"
|
|||
> carthage update
|
||||
```
|
||||
|
||||
### CocoaPods (iOS, tvOS)
|
||||
### CocoaPods
|
||||
#### 1. create Podfile
|
||||
```ruby:Podfile
|
||||
platform :ios, '8.0'
|
||||
|
|
Loading…
Reference in New Issue