[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / d / 4 / 5 / GRMustache.swift / 3.0.1 / GRMustache.swift.podspec.json
blob29d17e980c556f4914d74934b47e163551f88d3c
2   "name": "GRMustache.swift",
3   "version": "3.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": "3.0.1"
16   },
17   "source_files": [
18     "Sources/**/*.{h,m,swift}",
19     "ObjC/**/*.{h,m,swift}"
20   ],
21   "module_name": "Mustache",
22   "platforms": {
23     "ios": "8.0",
24     "osx": "10.9",
25     "tvos": "9.0"
26   },
27   "requires_arc": true,
28   "frameworks": "Foundation",
29   "swift_versions": "4.0",
30   "swift_version": "4.0"