[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / a / 1 / FMDB-InOperator / 1.0.0 / FMDB-InOperator.podspec.json
blob5da6a931cfd7d3cd4ee95860177ec2bb6cd52ab7
2   "name": "FMDB-InOperator",
3   "version": "1.0.0",
4   "summary": "A simple extension for FMDB that allows passing NSArrays for MySQL IN Operators.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/frank-du/FMDB-InOperator",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "frank-du": "frank.du@transsnet.com"
13   },
14   "source": {
15     "git": "https://github.com/frank-du/FMDB-InOperator.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "FMDB-InOperator/Classes/**/*",
22   "dependencies": {
23     "FMDB": [
24       "~> 2.7"
25     ]
26   }