[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / e / 1 / a / GRMustache.swift4 / 3.0.0 / GRMustache.swift4.podspec.json
blob4c9fb8d624f3d54dbf63739ff0f5576bcaa6f1bf
2   "name": "GRMustache.swift4",
3   "version": "3.0.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Flexible Mustache templates for Swift.",
9   "homepage": "https://github.com/moray95/GRMustache.swift",
10   "authors": {
11     "Gwendal RouĂ©": "gr@pierlis.com"
12   },
13   "source": {
14     "git": "https://github.com/moray95/GRMustache.swift.git",
15     "tag": "3.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"