[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 9 / d / URITemplate / 3.0.1 / URITemplate.podspec.json
blob061bad481dff4b1611e7fe6f2bd54c1af3ef23c0
2   "name": "URITemplate",
3   "version": "3.0.1",
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": "3.0.1"
17   },
18   "source_files": "Sources/*.{h,swift}",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10",
22     "watchos": "2.0",
23     "tvos": "9.0"
24   },
25   "requires_arc": true,
26   "swift_versions": [
27     "4.2",
28     "5.0"
29   ],
30   "pushed_with_swift_version": "5",
31   "swift_version": "5.0"