[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / d / 8 / 2 / Stencil / 0.4.0 / Stencil.podspec.json
blob9a5105fcdfd62730cdb2b46e26ca5c0f6ad6d460
2   "name": "Stencil",
3   "version": "0.4.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.4.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.5.0"
30     ]
31   },
32   "test_specification": {
33     "source_files": [
34       "StencilSpecs/*.swift",
35       "StencilSpecs/TemplateLoader/*.swift",
36       "StencilSpecs/Nodes/*.swift"
37     ],
38     "dependencies": {
39       "Spectre": [
40         "~> 0.4.1"
41       ],
42       "PathKit": [
43         "~> 0.5.0"
44       ]
45     }
46   }