blob: 994c838b81022492a4fc65dd9563873a528f5d36 [file] [log] [blame]
{
"name": "WebLinking",
"version": "0.1.0",
"summary": "Swift implementation of Web Linking and Link headers (RFC5988)",
"homepage": "https://github.com/kylef/WebLinking.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/WebLinking.swift.git",
"tag": "0.1.0"
},
"source_files": "WebLinking/*.{h,swift}",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true
}