Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
Updated Podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtSabintsev committed Apr 9, 2017
1 parent 2e62e97 commit 1f7c684
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Guitar.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Guitar'
s.version = '0.0.14'
s.version = '0.0.15'
s.summary = 'A Cross-Platform String and Regular Expression Library Written in Swift.'

description = <<-DESC
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ The full documentation can be found at http://www.sabintsev.com/Guitar/.
- [x] Case Functions (`camelCased`, `pascalCased`, `kebabCased`, etc.)
- [x] Character Functions (`first`, `length`, `reversed`, etc.)
- [x] Latinization Functions (`.latinized(), `.withoutAccents()`)
- [ ] HTML Manipulation Functions
- [x] Padding Functions (`padLeft`, `padRight`, `pad`)
- [ ] Performance Enhancements
- [x] Regular Expressions (with Common Patterns Built-in)
- [x] Trimming Functions (`trimLeft`, `trimRight`, `truncated`, etc.)

Expand Down

0 comments on commit 1f7c684

Please sign in to comment.