[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 1 / 4 / FMDBDataTable / 0.2 / FMDBDataTable.podspec.json
blobc10bbfdd9e13a6005af0e75bd5b94e82f5a7a91c
2   "name": "FMDBDataTable",
3   "version": "0.2",
4   "summary": "基于FMDB的一个ORM解决方案",
5   "description": "                   A longer description of FMDBDataTable in Markdown format.\n\n                   * Think: Why did you write this? What is the focus? What does it do?\n                   * CocoaPods will be using this to generate tags, and improve search results.\n                   * Try to keep it short, snappy and to the point.\n                   * Finally, don't worry about the indent, CocoaPods strips it!\n",
6   "homepage": "https://github.com/bing6/FMDataTable",
7   "license": "MIT (MIT)",
8   "authors": {
9     "Howard": "bing.hao1982@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/bing6/FMDataTable.git",
13     "tag": "0.2"
14   },
15   "source_files": [
16     "Classes",
17     "Classes/*.{h,m}"
18   ],
19   "exclude_files": "Classes/Exclude",
20   "dependencies": {
21     "FMDB": [
22       "~> 2.5"
23     ]
24   }