| { |
| "name": "DwSampleFramework", |
| "version": "0.1.2", |
| "summary": "A short description of DwSampleFramework.", |
| "description": "A longer description than summary cause cocoapods says so.", |
| "homepage": "https://github.com/davidworsham/DwSampleFramework", |
| "license": "MIT", |
| "authors": { |
| "David Worsham": "github@theworshams.com" |
| }, |
| "platforms": { |
| "ios": "13.0" |
| }, |
| "source": { |
| "git": "https://github.com/davidworsham/DwSampleFramework.git", |
| "tag": "0.1.2" |
| }, |
| "source_files": [ |
| "Classes", |
| "Sources/**/*.swift" |
| ], |
| "exclude_files": "Package.swift" |
| } |