blob: 10d17218a27cdfab586493bb43932eae203b4b38 [file] [log] [blame]
{
"name": "FMDBDataTable",
"version": "0.3",
"summary": "基于FMDB的一个ORM解决方案",
"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",
"homepage": "https://github.com/bing6/FMDataTable",
"license": "MIT (MIT)",
"authors": {
"Howard": "bing.hao1982@gmail.com"
},
"source": {
"git": "https://github.com/bing6/FMDataTable.git",
"tag": "0.3"
},
"source_files": [
"Classes",
"Classes/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"dependencies": {
"FMDB": [
"~> 2.5"
]
}
}