blob: f45e1a8a8e677ffbe4dfb7575012a27c0b6a1aab [file] [log] [blame]
{
"name": "ScreamURITemplate",
"version": "1.0.0",
"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": "1.0.0"
},
"source_files": [
"Source/*.swift",
"Source/Internal/*.swift"
],
"swift_version": "4.1",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"watchos": "3.0",
"tvos": "10.0"
}
}