blob: b548414fdcd6667a6a1a69732ceea2ca52273f14 [file] [log] [blame]
{
"name": "FMDBTool",
"version": "0.0.5",
"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!",
"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.5"
},
"source_files": [
"FMDBTool/Classes",
"FMDBTool/Classes/**/*.{h,m}"
],
"public_header_files": "FMDBTool/Classes/**/*.h",
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"dependencies": {
"FMDB": [
"~> 2.3"
]
}
}