[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 7 / 2 / c / OHMySQL / 0.1.1 / OHMySQL.podspec.json
blobfa4b0e581687323b1586eb513bd883dcdbd429f7
2   "name": "OHMySQL",
3   "version": "0.1.1",
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.\n",
6   "homepage": "https://github.com/oleghnidets/OHMySQL",
7   "license": "MIT",
8   "authors": {
9     "Oleg": "oleg.oleksan@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/oleghnidets/OHMySQL.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "8.4"
17   },
18   "requires_arc": true,
19   "source_files": "OHMySQL/*.{h,m}",
20   "frameworks": "Foundation",
21   "dependencies": {
22     "mysql-connector-c": [
24     ]
25   }