12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "name": "BFFramework",
- "version": "0.1.0",
- "summary": "Byte fllow 基础组件库",
- "swift_versions": "5.0",
- "description": "TODO: Add long description of the pod here.",
- "homepage": "https://github.com/287971051@qq.com/BFFramework",
- "license": {
- "type": "MIT",
- "file": "LICENSE"
- },
- "authors": {
- "287971051@qq.com": "287971051@qq.com"
- },
- "source": {
- "git": "https://git.yishihui.comiOS/BFFramework.git",
- "tag": "0.1.0"
- },
- "platforms": {
- "ios": "9.0"
- },
- "source_files": "BFFramework/Classes/**/*",
- "resource_bundles": {
- "BFFramework": [
- "BFFramework/Assets/*.png"
- ]
- },
- "dependencies": {
- "SnapKit": [
- "4.2.0"
- ],
- "Kingfisher": [
- "4.10.1"
- ]
- },
- "swift_version": "5.0"
- }
|