[Add] FanapPodChatSDK 1.2.12
[CocoaPods.git] / Specs / 7 / 2 / c / OHMySQL / 2.1.0 / OHMySQL.podspec.json
blobfffcd88b922703069f8124d81c711a63963d6548
2   "name": "OHMySQL",
3   "version": "2.1.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 Hnidets": "oleg.oleksan@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/oleghnidets/OHMySQL.git",
13     "tag": "2.1.0"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9"
18   },
19   "requires_arc": true,
20   "source_files": [
21     "OHMySQL/**/*.{h,m}",
22     "OHMySQL/lib/include/**/**/*.{h}"
23   ],
24   "private_header_files": "OHMySQL/lib/include/**/**/*.{h}",
25   "frameworks": "Foundation",
26   "ios": {
27     "vendored_libraries": "OHMySQL/lib/ios/libmysqlclient.a"
28   },
29   "osx": {
30     "vendored_libraries": "OHMySQL/lib/mac/libmysqlclient.a"
31   },
32   "libraries": "c++"