[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 1 / 3 / XLPersistence / 0.1.0 / XLPersistence.podspec.json
blob60dd3d1ae585c4f6f33afc4921c138b6571161de
2   "name": "XLPersistence",
3   "version": "0.1.0",
4   "summary": "easy to add persistence feature with fmdb",
5   "description": "将一个对象作为一张表,封装数据库操作的一些简单方法,能够在不加任何代码的情况下使对象具有存入到数据库的功能",
6   "homepage": "https://github.com/xlnevermore/XLPersistence",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xlnevermore": "xlnevermore@126.com"
13   },
14   "source": {
15     "git": "https://github.com/xlnevermore/XLPersistence.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "XLPersistence/Classes/**/*",
22   "dependencies": {
23     "FMDB": [
25     ]
26   }