blob: 7c98cd8f308bb4f4d080222dcf9b4e0927f8a046 [file] [log] [blame]
{
"name": "URITemplate",
"version": "1.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": "inbox@kylefuller.co.uk"
},
"social_media_url": "http://twitter.com/kylefuller",
"source": {
"git": "https://github.com/kylef/URITemplate.swift.git",
"tag": "1.0.0"
},
"source_files": "URITemplate/*.{h,swift}",
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"requires_arc": true
}