Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Heilner committed Jan 31, 2015
0 parents commit 8857237
Show file tree
Hide file tree
Showing 7 changed files with 2,081 additions and 0 deletions.
12 changes: 12 additions & 0 deletions HTMLTokenizer.podspec
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
Loading

0 comments on commit 8857237

Please sign in to comment.