[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / 4 / 5 / GRMustache.swift / 4.0.1 / GRMustache.swift.podspec.json
blob3ce464d2411cc5c601e24e52e268930514c1af02
2   "name": "GRMustache.swift",
3   "version": "4.0.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Flexible Mustache templates for Swift.",
9   "homepage": "https://github.com/groue/GRMustache.swift",
10   "authors": {
11     "Gwendal RouĂ©": "gr@pierlis.com"
12   },
13   "source": {
14     "git": "https://github.com/groue/GRMustache.swift.git",
15     "tag": "4.0.1"
16   },
17   "source_files": [
18     "Sources/**/*.{h,m,swift}",
19     "ObjC/**/*.{h,m,swift}"
20   ],
21   "module_name": "Mustache",
22   "swift_versions": "5.0",
23   "platforms": {
24     "ios": "8.0",
25     "osx": "10.9",
26     "tvos": "9.0"
27   },
28   "requires_arc": true,
29   "frameworks": "Foundation",
30   "swift_version": "5.0"