[Add] FanapPodChatSDK 1.2.12
[CocoaPods.git] / Specs / 7 / 2 / c / OHMySQL / 1.0.2 / OHMySQL.podspec.json
blobb6bbad7306009a92024dd3ee5de54a3c672d6d24
2   "name": "OHMySQL",
3   "version": "1.0.2",
4   "summary": "A simple Objective-C wrapper for MySQL C API.",
5   "description": "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.",
6   "homepage": "https://github.com/oleghnidets/OHMySQL",
7   "license": "MIT",
8   "authors": {
9     "Oleg Hnidets": "oleg.oleksan@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/oleghnidets/OHMySQL.git",
13     "tag": "1.0.2"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9"
18   },
19   "requires_arc": true,
20   "source_files": "OHMySQL/**/*.{h,m}",
21   "frameworks": "Foundation",
22   "dependencies": {
23     "mysql-connector-c": [
24       "= 1.0.0"
25     ]
26   }