[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / b / 0 / GRMustacheObjC / 7.8.0 / GRMustacheObjC.podspec.json
blobeb923e64bb078019121369f74e392498b8bcfe5f
2   "name": "GRMustacheObjC",
3   "version": "7.8.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Flexible and production-ready Mustache templates for MacOS Cocoa and iOS.",
9   "homepage": "https://github.com/haifengkao/GRMustacheObjC",
10   "authors": {
11     "Hai Feng Kao": "haifeng@cocoaspice.in"
12   },
13   "source": {
14     "git": "https://github.com/haifengkao/GRMustacheObjC.git",
15     "tag": "7.8.0"
16   },
17   "source_files": "src/classes/**/*.{h,m}",
18   "private_header_files": "src/classes/**/*_private.h",
19   "platforms": {
20     "ios": "10.0",
21     "osx": "10.10"
22   },
23   "requires_arc": false,
24   "frameworks": "Foundation",
25   "dependencies": {
26     "JRSwizzle": [
27       "~> 1.0"
28     ]
29   }