Skip to content

Commit

Permalink
Increase iOS support version to 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Botond Magyarosi committed Nov 5, 2018
1 parent a2397f6 commit ffbbaf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AttributedStringTag.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Pod::Spec.new do |s|

s.swift_version = "4.2"

s.ios.deployment_target = '7.0'
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.10'

s.source = { :git => "https://github.com/magyarosibotond/AttributedStringTag.git", :tag => "#{s.version}" }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Small framework for easily applying attributes to NSAttributedString.

## Requirements

- iOS 7.0+ / macOS 10.10+
- iOS 8.0+ / macOS 10.10+
- XCode 10.0+
- Swift 4.2+

Expand Down

0 comments on commit ffbbaf9

Please sign in to comment.