[Add] sqlite3-objc (0.2)

This commit is contained in:
Jeong YunWon
2012-12-23 05:51:36 +09:00
parent 0303684934
commit 68400d81d4
+12
View File
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = "sqlite3-objc"
s.version = "0.2"
s.summary = "Sqlite3 Objective-C wrapper."
s.homepage = "https://github.com/youknowone/sqlite3-objc"
s.license = 'Public Domain (sqlite3 license)'
s.author = { "Jeong YunWon" => "sqlite3objc@youknowone.org" }
s.source = { :git => "https://github.com/youknowone/sqlite3-objc.git", :tag => "0.2" }
s.source_files = 'Sqlite3/Sqlite.h', 'Sqlite3/Database.{h|m}', 'Sqlite3/Statement.{h|m}', 'Sqlite3/_Error.{h|m}'
s.library = 'sqlite3'
s.dependency 'cdebug'
end