| { | |
| "name": "VVORM", | |
| "version": "0.0.8", | |
| "summary": "VVORM 封装FMDB数据库操作", | |
| "homepage": "https://github.com/chinaxxren/VVORM", | |
| "license": "MIT", | |
| "authors": { | |
| "chinaxxren": "182421693@qq.com" | |
| }, | |
| "platforms": { | |
| "ios": "9.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/chinaxxren/VVORM.git", | |
| "tag": "0.0.8" | |
| }, | |
| "source_files": "VVORM/Source/**/*.{h,m}", | |
| "frameworks": "UIKit", | |
| "dependencies": { | |
| "FMDB": [ | |
| ] | |
| } | |
| } |