[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / 8 / 2 / Stencil / 0.14.0 / Stencil.podspec.json
blob729fb959d7dd9ef2516ecdcfbab69d15282bd9b3
2   "name": "Stencil",
3   "version": "0.14.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/stencilproject/Stencil.git",
16     "tag": "0.14.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   "cocoapods_version": ">= 1.7.0",
27   "swift_versions": [
28     "4.2",
29     "5.0"
30   ],
31   "requires_arc": true,
32   "dependencies": {
33     "PathKit": [
34       "~> 1.0.0"
35     ]
36   },
37   "swift_version": "5.0"