mirror of
https://github.com/darlinghq/fmdb.git
synced 2025-02-20 13:53:44 +00:00
Cleanup.
This commit is contained in:
parent
48c333a82f
commit
f199971b90
@ -1,11 +1,11 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'FMDB'
|
||||
s.version = '2.5'
|
||||
s.version = '2.4'
|
||||
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.5' }
|
||||
s.source = { :git => 'https://github.com/ccgus/fmdb.git', :tag => 'v2.4' }
|
||||
s.requires_arc = true
|
||||
|
||||
s.default_subspec = 'standard'
|
||||
|
@ -834,7 +834,7 @@
|
||||
#endif
|
||||
|
||||
- (void)testVersionNumber {
|
||||
XCTAssertTrue([FMDatabase FMDBVersion] == 0x0230); // this is going to break everytime we bump it.
|
||||
XCTAssertTrue([FMDatabase FMDBVersion] == 0x0240); // this is going to break everytime we bump it.
|
||||
}
|
||||
|
||||
- (void)testExecuteStatements
|
||||
|
Loading…
x
Reference in New Issue
Block a user