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:
authorAugust Mueller <gus@flyingmeat.com>2014-04-24 03:14:46 +0400
committerAugust Mueller <gus@flyingmeat.com>2014-04-24 03:14:46 +0400
commitdb78976efcc27cea62b1e74ebcd5c1f09f0874ff (patch)
treec990cb8de3ecfef818ac275f995eb804d14b5332
parent5e211521884592155bef52a417ec29931bec839f (diff)
Updated podspec for a tag that doesn't exist yet.executeStatements
-rw-r--r--fmdb.podspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/fmdb.podspec b/fmdb.podspec
index bb1f657..02742c7 100644
--- a/fmdb.podspec
+++ b/fmdb.podspec
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'FMDB'
- s.version = '2.1'
+ s.version = '2.3'
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.1' }
+ :tag => 'v2.3' }
s.default_subspec = 'standard'