-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Stephan Heilner
committed
Jan 31, 2015
0 parents
commit 8857237
Showing
7 changed files
with
2,081 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "HTMLTokenizer" | ||
s.version = "1.0.0" | ||
s.summary = "FTS3 HTML Tokenizer" | ||
s.license = { :type => 'Commercial', :text => 'Copyright (c) Stephan Heilner' } | ||
s.author = { "Stephan Heilner" => "stephanheilner@gmail.org" } | ||
s.homepage = "https://github.com/stephanheilner/HTMLTokenizer" | ||
s.source = { :git => "https://github.com/stephanheilner/HTMLTokenizer.git", :tag => s.version.to_s } | ||
s.source_files = "*/*.{h,c}" | ||
s.dependency 'sqlite3' | ||
s.requires_arc = true | ||
end |
Oops, something went wrong.