[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 4 / 9 / d / URITemplate / 1.1.1 / URITemplate.podspec.json
blob8932d8a1d6e23e9a345c489d58371292a53d834c
2   "name": "URITemplate",
3   "version": "1.1.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": "1.1.1"
17   },
18   "source_files": "URITemplate/*.{h,swift}",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.9"
22   },
23   "requires_arc": true