[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 1 / 4 / FMDBDataTable / 2.2 / FMDBDataTable.podspec.json
blob40c8477ce8b09fac4c94ccfcda909d8dd2f1dbf6
2   "name": "FMDBDataTable",
3   "version": "2.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!",
6   "homepage": "https://github.com/bing6/FMDBDataTable",
7   "license": "MIT (MIT)",
8   "authors": {
9     "Howard": "bing.hao1982@gmail.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/bing6/FMDBDataTable.git",
16     "tag": "2.2"
17   },
18   "source_files": [
19     "Classes",
20     "Classes/*.{h,m}"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "dependencies": {
24     "FMDB": [
25       "~> 2.5"
26     ]
27   }