Skip to content

Commit d05f37c

Browse files
committed
Remove support for CocoaPods.
It doesn't work with dependency SE0270_RangeSet.
1 parent 38a2dc3 commit d05f37c

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

Patterns.podspec

Lines changed: 0 additions & 16 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -194,14 +194,6 @@ dependencies: [
194194

195195
or choose “Add Package Dependency” from within Xcode.
196196

197-
### [CocoaPods](http://cocoapods.org)
198-
199-
Add to your Podfile:
200-
201-
```ruby
202-
pod 'Patterns', :git => 'https://github.com/kareman/Patterns.git'
203-
```
204-
205197
## Implementation
206198

207199
Patterns is implemented using a virtual parsing machine, similar to how [LPEG](http://www.inf.puc-rio.br/~roberto/lpeg/) is [implemented](http://www.inf.puc-rio.br/~roberto/docs/peg.pdf). See also the `backtrackingvm` function described [here](https://swtch.com/~rsc/regexp/regexp2.html).

0 commit comments

Comments
 (0)