-
Notifications
You must be signed in to change notification settings - Fork 333
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [Swift] Update to Swift 5.0 * [Swift] Update README * [CI] Update travis to Xcode 10.2
- Loading branch information
1 parent
c0660dc
commit 49b3eba
Showing
8 changed files
with
18 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.0 | ||
5.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
osx_image: xcode10.1 | ||
osx_image: xcode10.2 | ||
language: objective-c | ||
before_install: | ||
- set -o pipefail | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Pod::Spec.new do |spec| | ||
spec.name = "Down" | ||
spec.summary = "Blazing fast Markdown rendering in Swift, built upon cmark." | ||
spec.version = "0.8.0" | ||
spec.version = "0.8.1" | ||
spec.homepage = "https://github.com/iwasrobbed/Down" | ||
spec.license = { :type => "MIT", :file => "LICENSE" } | ||
spec.authors = { "Rob Phillips" => "[email protected]" } | ||
|
@@ -20,5 +20,5 @@ Pod::Spec.new do |spec| | |
spec.compiler_flags = '-Wno-shorten-64-to-32' | ||
spec.ios.resource = 'Resources/DownView.bundle' | ||
spec.osx.resource = 'Resources/DownView.bundle' | ||
spec.swift_version = "4.0" | ||
spec.swift_version = "5.0" | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
[![Build Status](https://travis-ci.org/iwasrobbed/Down.svg?branch=master)](https://travis-ci.org/iwasrobbed/Down) | ||
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/iwasrobbed/Down/blob/master/LICENSE) | ||
[![CocoaPods](https://img.shields.io/cocoapods/v/Down.svg?maxAge=10800)]() | ||
[![Swift 4](https://img.shields.io/badge/language-Swift-blue.svg)](https://swift.org) | ||
[![Swift 5](https://img.shields.io/badge/language-Swift-blue.svg)](https://swift.org) | ||
[![macOS](https://img.shields.io/badge/OS-macOS-orange.svg)](https://developer.apple.com/macos/) | ||
[![iOS](https://img.shields.io/badge/OS-iOS-orange.svg)](https://developer.apple.com/ios/) | ||
[![tvOS](https://img.shields.io/badge/OS-tvOS-orange.svg)](https://developer.apple.com/tvos/) | ||
|
@@ -25,7 +25,7 @@ Is your app using it? [Let us know!](mailto:[email protected]) | |
|
||
### Installation | ||
|
||
Note: Swift 4 support is now on the `master` branch and any tag >= 0.4.x (Swift 3 is 0.3.x) | ||
Note: Swift 5 support is now on the `master` branch and any tag >= 0.8.1 (Swift 4 is >= 0.4.x, Swift 3 is 0.3.x) | ||
|
||
Quickly install using [CocoaPods](https://cocoapods.org): | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters