| { |
| "name": "WebLinking", |
| "version": "2.0.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": "kyle@fuller.li" |
| }, |
| "social_media_url": "http://twitter.com/kylefuller", |
| "source": { |
| "git": "https://github.com/kylef/WebLinking.swift.git", |
| "tag": "2.0.0" |
| }, |
| "source_files": "Sources/*.swift", |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.9", |
| "watchos": "2.0", |
| "tvos": "9.0" |
| }, |
| "requires_arc": true, |
| "pushed_with_swift_version": "3.0" |
| } |