[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 9 / d / URITemplate / 1.4.0 / URITemplate.podspec.json
blobca199757a2c1097b98cf9352f8b4273fd527ae74
2   "name": "URITemplate",
3   "version": "1.4.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.4.0"
17   },
18   "source_files": "Sources/*.{h,swift}",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.9",
22     "watchos": "2.0",
23     "tvos": "9.0"
24   },
25   "requires_arc": true