| { |
| "name": "Endpoints", |
| "version": "0.6.0", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "summary": "Type-Safe Swift Networking", |
| "homepage": "https://github.com/tailoredmedia/Endpoints", |
| "authors": { |
| "Peter Weishapl": "pw@tailored-apps.com" |
| }, |
| "source": { |
| "git": "https://github.com/tailoredmedia/Endpoints.git", |
| "tag": "0.6.0" |
| }, |
| "platforms": { |
| "ios": "8.0", |
| "watchos": "2.0", |
| "tvos": "9.0", |
| "osx": "10.11" |
| }, |
| "source_files": "Sources/**/*.swift", |
| "frameworks": "Foundation", |
| "swift_versions": "5.0", |
| "pod_target_xcconfig": { |
| "OTHER_SWIFT_FLAGS[config=Debug]": "-DDEBUG" |
| }, |
| "swift_version": "5.0" |
| } |