From 4740ec1f2068284e6ec8820023ca5d3f01a5b30d Mon Sep 17 00:00:00 2001 From: Kelp Date: Tue, 26 Mar 2013 11:07:59 +0800 Subject: [PATCH] Update NyaruDB to 1.3.1 Add NyaruDB 1.3.1 --- NyaruDB/1.3.1/NyaruDB.podspec | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 NyaruDB/1.3.1/NyaruDB.podspec diff --git a/NyaruDB/1.3.1/NyaruDB.podspec b/NyaruDB/1.3.1/NyaruDB.podspec new file mode 100644 index 00000000000000..9cdd5ceb142c24 --- /dev/null +++ b/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