[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 9 / d / URITemplate / 1.0.1 / URITemplate.podspec.json
blob557034f11911102d03f58da52b33457ef7d1851f
2   "name": "URITemplate",
3   "version": "1.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": "inbox@kylefuller.co.uk"
12   },
13   "social_media_url": "http://twitter.com/kylefuller",
14   "source": {
15     "git": "https://github.com/kylef/URITemplate.swift.git",
16     "tag": "1.0.1"
17   },
18   "source_files": "URITemplate/*.{h,swift}",
19   "platforms": {
20     "ios": "7.0",
21     "osx": "10.9"
22   },
23   "requires_arc": true