[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 3 / 2 / CSURITemplate / 0.0.1 / CSURITemplate.podspec.json
blobb5a5bf39ab3f3806015e0633713295b0b19ad4b9
2   "name": "CSURITemplate",
3   "version": "0.0.1",
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.0.1"
16   },
17   "platforms": {
18     "ios": "6.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