[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 8 / 2 / Stencil / 0.11.0 / Stencil.podspec.json
blob0f4ff35f3c58cf4f0d910e46617c20685d66f93c
2   "name": "Stencil",
3   "version": "0.11.0",
4   "summary": "Stencil is a simple and powerful template language for Swift.",
5   "homepage": "https://stencil.fuller.li",
6   "license": {
7     "type": "BSD",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Kyle Fuller": "kyle@fuller.li"
12   },
13   "social_media_url": "https://twitter.com/kylefuller",
14   "source": {
15     "git": "https://github.com/kylef/Stencil.git",
16     "tag": "0.11.0"
17   },
18   "source_files": [
19     "Sources/*.swift"
20   ],
21   "platforms": {
22     "ios": "8.0",
23     "osx": "10.9",
24     "tvos": "9.0"
25   },
26   "requires_arc": true,
27   "dependencies": {
28     "PathKit": [
29       "~> 0.8.0"
30     ]
31   },
32   "pushed_with_swift_version": "3.0"