Pod::Spec.new do |s| s.name = "SQLiteManager" s.version = "0.13" s.summary = "ä¸ä¸ªçº¿ç¨å®å ¨çSqliteå·¥å ·" s.description = <<-DESC *ä¸ä¸ªçº¿ç¨å®å ¨çSqliteå·¥å · DESC s.homepage = "http://ibcker.me" s.license = 'Apache' s.author = { "ibcker" => "[email protected]" } s.source = { :git => "https://github.com/iBcker/SQLiteManager.git", :tag => "0.13" } s.source_files = 'Classes', 'SQLiteManager/*.{h,m}' s.exclude_files = 'Classes/Exclude' s.requires_arc = true s.library = 'sqlite3' end