[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / d / 4 / 5 / GRMustache.swift / 2.0.0 / GRMustache.swift.podspec.json
blobcd38bd2788001cf1d691661a0aa5b52cf1d1c239
2   "name": "GRMustache.swift",
3   "version": "2.0.0",
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": "2.0.0"
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   "pushed_with_swift_version": "3.0"