blob: a915f4b7f5552930bbcd1f5bbff2664cd93b3651 [file] [log] [blame]
{
"name": "ScreamURITemplate",
"version": "1.1.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": "1.1.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"
}
}