Skip to content

Commit 0de4fb1

Browse files
committed
Update podspec.
1 parent 51773a3 commit 0de4fb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OHMySQL.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Pod::Spec.new do |s|
66
s.name = 'OHMySQL'
7-
s.version = '2.1.2'
7+
s.version = '2.1.3'
88
s.summary = 'A simple Objective-C wrapper for MySQL C API.'
99
s.description = <<-DESC
1010
You can connect to your remote MySQL database using OHMySQL API. It allows you doing queries in easy and object-oriented way. Common queries such as SELECT, INSERT, DELETE, JOIN are wrapped by Objective-C code and you don't need to dive into MySQL C API.

0 commit comments

Comments
 (0)