Skip to content

Commit

Permalink
podspec update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilia Krupko committed Mar 20, 2019
1 parent 9e4a832 commit 9812ec3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Prestyler.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@

Pod::Spec.new do |s|
s.name = 'Prestyler'
s.version = '1.0.1'
s.version = '1.1.0'
s.summary = 'Elegant text formatting tool in Swift'
s.homepage = 'https://github.com/kruil/Prestyler'
s.swift_version = '4.2'
s.license = 'MIT'
s.author = 'Ilia Krupko'
s.source = { :git => 'https://github.com/kruil/Prestyler.git', :tag => s.version.to_s }
s.ios.deployment_target = '9.0'
s.documentation_url = 'https://kruil.github.io/Prestyler/'
s.source_files = 'Prestyler/Classes/*.swift'
s.frameworks = 'UIKit'
end
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pod 'Prestyler'

[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager. To integrate Prestyler into your Xcode project specify it in `Cartfile`:
```ogdl
github "kruil/Prestyler" "1.0.0"
github "kruil/Prestyler" "1.1.0"
```
# How to use

Expand Down

0 comments on commit 9812ec3

Please sign in to comment.