| { | |
| "name": "LGDataBaseUtil", | |
| "version": "1.0.0", | |
| "summary": "数据库管理(基于Realm)", | |
| "homepage": "https://github.com/LYajun/LGDataBaseUtil", | |
| "license": "MIT", | |
| "authors": { | |
| "刘亚军": "liuyajun1999@icloud.com" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/LYajun/LGDataBaseUtil.git", | |
| "tag": "1.0.0" | |
| }, | |
| "source_files": "LGDataBaseUtil/*.{h,m}", | |
| "requires_arc": true, | |
| "dependencies": { | |
| "Realm": [ | |
| ] | |
| } | |
| } |