Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ccgus/fmdb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Heilner <stephan@lds.org>2015-01-23 00:13:14 +0300
committerStephan Heilner <stephan@lds.org>2015-01-23 00:13:14 +0300
commitebdeb879d60a8f7ede53bdb1181428c874e1f9ff (patch)
tree63de9a32ce71cee44b06156f62410d22e85f089f
parentf199971b90940bc366efaa61880bef4175ba0bd1 (diff)
Updated tag version
-rw-r--r--FMDB.podspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/FMDB.podspec b/FMDB.podspec
index 7b607d9..5918893 100644
--- a/FMDB.podspec
+++ b/FMDB.podspec
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'FMDB'
- s.version = '2.4'
+ s.version = '2.5'
s.summary = 'A Cocoa / Objective-C wrapper around SQLite.'
s.homepage = 'https://github.com/ccgus/fmdb'
s.license = 'MIT'
s.author = { 'August Mueller' => 'gus@flyingmeat.com' }
- s.source = { :git => 'https://github.com/ccgus/fmdb.git', :tag => 'v2.4' }
+ s.source = { :git => 'https://github.com/ccgus/fmdb.git', :tag => 'v2.5' }
s.requires_arc = true
s.default_subspec = 'standard'