[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 0 / 3 / 2 / CSURITemplate / 0.3 / CSURITemplate.podspec.json
blob8a88b623f1ff834c4aa22f2d2cf1e25dc7381141
2   "name": "CSURITemplate",
3   "version": "0.3",
4   "summary": "Implementation of the URI Template spec.",
5   "homepage": "https://github.com/cogenta/CSURITemplate",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Will Harris": "will@greatlibrary.net"
12   },
13   "source": {
14     "git": "https://github.com/cogenta/CSURITemplate.git",
15     "tag": "0.3"
16   },
17   "platforms": {
18     "ios": "5.0",
19     "osx": "10.7"
20   },
21   "source_files": [
22     "CSURITemplate",
23     "CSURITemplate/**/*.{h,m}"
24   ],
25   "public_header_files": "CSURITemplate/CSURITemplate.h",
26   "requires_arc": true