blob: df853b9cfb7bac8401427378cd78756e5a61d471 [file] [log] [blame]
{
"name": "URITemplate",
"version": "2.0.0",
"summary": "Swift library for dealing with URI Templates (RFC6570)",
"homepage": "https://github.com/kylef/URITemplate.swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kyle Fuller": "kyle@fuller.li"
},
"social_media_url": "http://twitter.com/kylefuller",
"source": {
"git": "https://github.com/kylef/URITemplate.swift.git",
"tag": "2.0.0"
},
"source_files": "Sources/*.{h,swift}",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true
}