[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / 8 / 2 / Stencil / 0.5.0 / Stencil.podspec.json
blobc2201187a2bff279ec0b0e267a6dd802f57cbbb7
2   "name": "Stencil",
3   "version": "0.5.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.5.0"
17   },
18   "source_files": [
19     "Sources/*.swift"
20   ],
21   "platforms": {
22     "ios": "8.0",
23     "osx": "10.9"
24   },
25   "requires_arc": true,
26   "dependencies": {
27     "PathKit": [
28       "~> 0.5.0"
29     ]
30   },
31   "test_specification": {
32     "source_files": [
33       "Tests/*.swift",
34       "Tests/TemplateLoader/*.swift",
35       "Tests/Nodes/*.swift"
36     ],
37     "dependencies": {
38       "Spectre": [
39         "~> 0.5.0"
40       ],
41       "PathKit": [
42         "~> 0.5.0"
43       ]
44     }
45   }