blob: bbe3fc19feee76804d527e4dc6b0a841a4ce670f [file] [log] [blame]
{
"name": "Swift-URITemplate",
"version": "0.1.0",
"summary": "Swift implementation of URI Template.",
"description": " Swift-URITemplate is a Swift implementation of URI Template -- \n [RFC6570](http://tools.ietf.org/html/rfc6570), can expand templates up to and \n including Level 4 in that specification.\n",
"homepage": "https://github.com/weipin/Swift-URITemplate",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Weipin Xia": "weipin@me.com"
},
"source": {
"git": "https://github.com/weipin/Swift-URITemplate.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "source/*"
}