Skip to content

Commit

Permalink
Update podspec.
Browse files Browse the repository at this point in the history
Support Swift3.0.
  • Loading branch information
mittsu333 committed Sep 19, 2016
1 parent 0fb8764 commit c7db0df
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 5 deletions.
16 changes: 14 additions & 2 deletions Example/MarkedView/sample_data/sample.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,14 @@ To install it, simply add the following line to your ``` Podfile ```:


```
pod 'MarkedView'
// Swift 2.2
pod 'MarkedView', '1.0.4'
// Swift 2.3
pod 'MarkedView', '1.0.5'
// Swift 3.0
pod 'MarkedView', '~> 1.1.0'
```

Then run the following command:
Expand Down Expand Up @@ -89,7 +96,7 @@ This used the following open source components.
## Requirements
---

* ~v1.0.4
* v1.0.0 ~ v1.0.4
* iOS 8.3+
* Swift 2.2
* Xcode 7.3+
Expand All @@ -99,6 +106,11 @@ This used the following open source components.
* Swift 2.3
* Xcode 8.0

* v1.1.0~
* iOS 8.0+
* Swift 3.0
* Xcode 8.0


## License
---
Expand Down
2 changes: 1 addition & 1 deletion MarkedView.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'MarkedView'
s.version = "1.0.5"
s.version = "1.1.0"
s.summary = "The Markdown text web viewer."
s.homepage = "https://github.com/mittsuu/MarkedView-for-iOS"
s.license = 'MIT'
Expand Down
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,14 @@ To install it, simply add the following line to your ``` Podfile ```:


```
pod 'MarkedView'
// Swift 2.2
pod 'MarkedView', '1.0.4'
// Swift 2.3
pod 'MarkedView', '1.0.5'
// Swift 3.0
pod 'MarkedView', '~> 1.1.0'
```

Then run the following command:
Expand All @@ -90,7 +97,7 @@ This used the following open source components.

## Requirements

* ~v1.0.4
* v1.0.0 ~ v1.0.4
* iOS 8.3+
* Swift 2.2
* Xcode 7.3+
Expand All @@ -100,6 +107,11 @@ This used the following open source components.
* Swift 2.3
* Xcode 8.0

* v1.1.0~
* iOS 8.0+
* Swift 3.0
* Xcode 8.0


## License

Expand Down

0 comments on commit c7db0df

Please sign in to comment.