| { |
| "name": "DryDB-iOS", |
| "version": "0.0.1", |
| "summary": "DryDB-iOS", |
| "homepage": "https://github.com/duanruiying/DryDB-iOS", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "duanruiying": "2237840768@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/duanruiying/DryDB-iOS.git", |
| "tag": "0.0.1" |
| }, |
| "description": "TODO: iOS数据库基本配置.", |
| "swift_versions": "5.0", |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "requires_arc": true, |
| "user_target_xcconfig": { |
| "OTHER_LDFLAGS": [ |
| "-w" |
| ] |
| }, |
| "pod_target_xcconfig": { |
| "OTHER_LDFLAGS": [ |
| "-w" |
| ] |
| }, |
| "source_files": "DryDB-iOS/Classes/Code/**/*", |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ], |
| "dependencies": { |
| "WCDB.swift": [ |
| |
| ] |
| }, |
| "swift_version": "5.0" |
| } |