[Add] Dengage 5.73
[CocoaPods.git] / Specs / 4 / 9 / d / URITemplate / 1.3.0 / URITemplate.podspec.json
blob6410b399b1ad8326a8d0bf19f9635b8467957d76
2   "name": "URITemplate",
3   "version": "1.3.0",
4   "summary": "Swift library for dealing with URI Templates (RFC6570)",
5   "homepage": "https://github.com/kylef/URITemplate.swift",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Kyle Fuller": "kyle@fuller.li"
12   },
13   "social_media_url": "http://twitter.com/kylefuller",
14   "source": {
15     "git": "https://github.com/kylef/URITemplate.swift.git",
16     "tag": "1.3.0"
17   },
18   "source_files": "URITemplate/*.{h,swift}",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.9",
22     "watchos": "2.0"
23   },
24   "requires_arc": true