[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / c / 9 / Swift-URITemplate / 0.1.0 / Swift-URITemplate.podspec.json
blobbbe3fc19feee76804d527e4dc6b0a841a4ce670f
2   "name": "Swift-URITemplate",
3   "version": "0.1.0",
4   "summary": "Swift implementation of URI Template.",
5   "description": "                       Swift-URITemplate is a Swift implementation of URI Template -- \n                       [RFC6570](http://tools.ietf.org/html/rfc6570), can expand templates up to and \n                       including Level 4 in that specification.\n",
6   "homepage": "https://github.com/weipin/Swift-URITemplate",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Weipin Xia": "weipin@me.com"
13   },
14   "source": {
15     "git": "https://github.com/weipin/Swift-URITemplate.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "source_files": "source/*"