[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / d / 8 / 2 / Stencil / 0.2.0 / Stencil.podspec.json
blobd418824c0525a3d1ea89fa0b7b449b777777bf17
2   "name": "Stencil",
3   "version": "0.2.0",
4   "summary": "Stencil is a simple and powerful template language for Swift.",
5   "homepage": "https://github.com/kylef/Stencil",
6   "license": {
7     "type": "BSD",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Kyle Fuller": "inbox@kylefuller.co.uk"
12   },
13   "social_media_url": "http://twitter.com/kylefuller",
14   "source": {
15     "git": "https://github.com/kylef/Stencil.git",
16     "tag": "0.2.0"
17   },
18   "source_files": [
19     "Stencil/*.swift",
20     "Stencil/TemplateLoader/*.swift"
21   ],
22   "platforms": {
23     "ios": "8.0",
24     "osx": "10.9"
25   },
26   "requires_arc": true,
27   "dependencies": {
28     "PathKit": [
29       "~> 0.3.0"
30     ]
31   }