| { |
| "name": "ScreamURITemplate", |
| "version": "2.0.1", |
| "summary": "Robust and performant Swift implementation of RFC6570 URI Template", |
| "homepage": "https://github.com/SwiftScream/URITemplate", |
| "license": { |
| "type": "Apache License, Version 2.0", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Alex Deem": "alexdeem@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/SwiftScream/URITemplate.git", |
| "tag": "2.0.1" |
| }, |
| "source_files": [ |
| "Source/*.swift", |
| "Source/Internal/*.swift" |
| ], |
| "swift_version": "4.1", |
| "platforms": { |
| "ios": "9.0", |
| "osx": "10.11", |
| "watchos": "2.0", |
| "tvos": "9.0" |
| } |
| } |