blob: 800a27bc2620641f8cb411c7882de7e885350c83 [file] [log] [blame]
{
"name": "FMDBTool",
"version": "0.0.4",
"summary": "A Tool For FMDB.",
"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",
"homepage": "https://github.com/chengdonghai/FMDBTool",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Donghai Cheng": "dong723232@gmail.com"
},
"source": {
"git": "https://github.com/chengdonghai/FMDBTool.git",
"tag": "0.0.4"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"public_header_files": "Classes/**/*.h",
"requires_arc": true,
"dependencies": {
"FMDB": [
"~> 2.3"
]
}
}