blob: 4220943b54713f1affd7d605299a3d06a68dcf61 [file] [log] [blame]
{
"name": "FMDBDataTable",
"version": "2.0.2",
"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!",
"homepage": "https://github.com/bing6/FMDataTable",
"license": "MIT (MIT)",
"authors": {
"Howard": "bing.hao1982@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/bing6/FMDataTable.git",
"tag": "2.0.2"
},
"source_files": [
"Classes",
"Classes/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"dependencies": {
"FMDB": [
"~> 2.5"
]
}
}