[Add] GluedInFeedSDK 2.5.1
[CocoaPods.git] / Specs / 7 / 2 / c / OHMySQL / 0.2.0 / OHMySQL.podspec.json
blob0d5898ea5686d1394a63a2396dd2f2f4420d5eb7
2   "name": "OHMySQL",
3   "version": "0.2.0",
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": "oleg.oleksan@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/oleghnidets/OHMySQL.git",
13     "tag": "0.2.0"
14   },
15   "platforms": {
16     "osx": "10.10"
17   },
18   "requires_arc": true,
19   "source_files": "OHMySQL/**/*.{h,m}",
20   "frameworks": "Foundation",
21   "dependencies": {
22     "mysql-connector-c": [
23       "= 1.0.0"
24     ]
25   }