| { |
| "name": "Endpoints", |
| "version": "0.4.1", |
| "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.4.1" |
| }, |
| "platforms": { |
| "ios": "8.0", |
| "watchos": "2.0", |
| "tvos": "9.0", |
| "osx": "10.11" |
| }, |
| "source_files": "Sources/*.swift", |
| "frameworks": "Foundation", |
| "pod_target_xcconfig": { |
| "OTHER_SWIFT_FLAGS[config=Debug]": "-DDEBUG" |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |