blob: 6410b399b1ad8326a8d0bf19f9635b8467957d76 [file] [log] [blame]
{
"name": "URITemplate",
"version": "1.3.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": "1.3.0"
},
"source_files": "URITemplate/*.{h,swift}",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0"
},
"requires_arc": true
}