[Add] AppflowSDK 1.0.15
[CocoaPods.git] / Specs / 7 / 6 / c / FMDBTool / 0.0.4 / FMDBTool.podspec.json
blob800a27bc2620641f8cb411c7882de7e885350c83
2   "name": "FMDBTool",
3   "version": "0.0.4",
4   "summary": "A Tool For FMDB.",
5   "description": "                   A longer description of FMDBTool 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/chengdonghai/FMDBTool",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Donghai Cheng": "dong723232@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/chengdonghai/FMDBTool.git",
16     "tag": "0.0.4"
17   },
18   "source_files": [
19     "Classes",
20     "Classes/**/*.{h,m}"
21   ],
22   "public_header_files": "Classes/**/*.h",
23   "requires_arc": true,
24   "dependencies": {
25     "FMDB": [
26       "~> 2.3"
27     ]
28   }