Skip to content

Commit

Permalink
Update NyaruDB to 1.3.1
Browse files Browse the repository at this point in the history
Add NyaruDB 1.3.1
  • Loading branch information
kelp404 committed Mar 26, 2013
1 parent e467f35 commit 4740ec1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions NyaruDB/1.3.1/NyaruDB.podspec
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = 'NyaruDB'
s.version = '1.3.1'
s.summary = 'A simple NoSQL database(key-document).'
s.homepage = 'https://github.com/kelp404/NyaruDB'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Kelp" => "kelp@phate.org" }
s.source = { :git => 'https://github.com/kelp404/NyaruDB.git', :tag => '1.3.1' }

s.source_files = 'NyaruDB/NyaruDB/**/*.{m,h}'
s.requires_arc = true
end

0 comments on commit 4740ec1

Please sign in to comment.