blob: b7d1f7f417160c111684d4de1f98748b5f69a3c4 [file] [log] [blame]
{
"name": "EasyFMDB",
"version": "1.0.0",
"summary": "EasyFMDB provides a way of object oriented to use FMDB.",
"description": " EasyFMDB provides a way of object oriented to use FMDB.\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/sytuzhouyong/EasyFMDB",
"license": "MIT",
"authors": {
"zhouyong": "308872563@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/sytuzhouyong/EasyFMDB.git",
"tag": "1.0.0"
},
"source_files": "*.{h,m}",
"exclude_files": "Tests",
"requires_arc": true,
"dependencies": {
"FMDB": [
"~> 2.5"
]
}
}