[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / f / d / 7 / TODBModel / 1.2.1 / TODBModel.podspec.json
blob8cc4e0fa8e351c297e70615134008f5b8748c4c6
2   "name": "TODBModel",
3   "version": "1.2.1",
4   "summary": "A thread-safe ORM, base on sqlite and FMDB.",
5   "description": "TODBModel是基于FMDB开发的数据库模型系统,它把数据库操作完全融入模型中。该类的任何子类将自动创建并维护数据库,无需懂得任何SQL语法及概念即可进行数据库操作。",
6   "homepage": "https://github.com/TonyJR/TODBModel.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tony.JR": "show_3@163.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/TonyJR/TODBModel.git",
19     "tag": "1.2.1"
20   },
21   "requires_arc": true,
22   "source_files": "TODBModel/*.{h,m}",
23   "frameworks": "Foundation",
24   "dependencies": {
25     "FMDB": [
27     ]
28   }