[Add] AppflowSDK 1.0.15
[CocoaPods.git] / Specs / 7 / 6 / c / FMDBTool / 1.0.7 / FMDBTool.podspec.json
blob9605515973f1032438c12cfee253cd7118befa6f
2   "name": "FMDBTool",
3   "version": "1.0.7",
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!",
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": "1.0.7"
17   },
18   "source_files": [
19     "FMDBTool/Classes",
20     "FMDBTool/Classes/**/*.{h,m}"
21   ],
22   "public_header_files": "FMDBTool/Classes/**/*.h",
23   "requires_arc": true,
24   "platforms": {
25     "ios": "6.0"
26   },
27   "dependencies": {
28     "FMDB": [
30     ]
31   }