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:
authorRobert M. Ryan <robert.ryan@mindspring.com>2017-01-12 01:17:49 +0300
committerRobert M. Ryan <robert.ryan@mindspring.com>2017-01-12 01:17:49 +0300
commitd565c2055c30a8d68b89f150f8e6fa3cff474423 (patch)
tree3b9847d7addac42bd49e88b8b6d58fb7d2c0a1ce /FMDB.podspec
parent08d74004ba1934b9121296749228b456e70506b6 (diff)
2.7
- Audited for nullability; - Updated `makeFunctionNamed` and added associated utility `value` and `result` methods; - Added URL methods; - As adding tests for new methods, expanded test coverage a bit (now over 80% coverage); - Updated VFS tests to make sure they unregister;
Diffstat (limited to 'FMDB.podspec')
-rw-r--r--FMDB.podspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/FMDB.podspec b/FMDB.podspec
index c133887..2bde797 100644
--- a/FMDB.podspec
+++ b/FMDB.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FMDB'
- s.version = '2.6.2'
+ s.version = '2.7'
s.summary = 'A Cocoa / Objective-C wrapper around SQLite.'
s.homepage = 'https://github.com/ccgus/fmdb'
s.license = 'MIT'