| { | |
| "name": "XKDataSQLite", | |
| "version": "1.0.0", | |
| "summary": "数据库操作工具", | |
| "homepage": "https://github.com/RyanMans/XKDataSQLite", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "ALLen、LAS": "1696186412@qq.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/ryanmans/XKDataSQLite.git", | |
| "tag": "1.0.0" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source_files": "XKDataSQLite/Classes/**/*", | |
| "frameworks": [ | |
| "UIKit", | |
| "Foundation" | |
| ], | |
| "dependencies": { | |
| "FMDB": [ | |
| ] | |
| } | |
| } |