[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / 4 / 5 / GRMustache.swift / 1.0.1 / GRMustache.swift.podspec.json
blobac73db781f5f3dd0e071dc02fc335c977b99469e
2   "name": "GRMustache.swift",
3   "version": "1.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": "1.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"