[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 6 / d / 9 / JSONCodeSwiftMacro / 1.0.0 / JSONCodeSwiftMacro.podspec.json
blob4f1e2eb4f30983a74cdc6b648265eb2155663e0a
2   "name": "JSONCodeSwiftMacro",
3   "version": "1.0.0",
4   "summary": "Define a macro. Parse json using the Codable",
5   "description": "使用swift提供Codable协议解析Json,提供了自定义的key的处理,如果模型是class类型且是子类的话声明成JSONCodeSub,否则声明成JSONCode",
6   "homepage": "https://github.com/chaichai9323/JSONCode",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "chaichai9323": "chailintao@laien.io"
13   },
14   "source": {
15     "git": "https://github.com/chaichai9323/JSONCode.git",
16     "tag": "1.0.0"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "13.0"
21   },
22   "source_files": "Sources/JSONCode/**/*",
23   "preserve_paths": [
24     "Package.swift",
25     "Sources",
26     "Tests"
27   ],
28   "script_phases": {
29     "name": "Build JSONCode macro plugin",
30     "script": " env -i PATH=\"$PATH\" \"$SHELL\" -l -c \"swift build -v -c release --package-path $PODS_TARGET_SRCROOT --scratch-path $PODS_TARGET_SRCROOT/Macro\"\n",
31     "execution_position": "before_compile"
32   },
33   "xcconfig": {
34     "OTHER_SWIFT_FLAGS": "-load-plugin-executable $(PODS_ROOT)/JSONCodeSwiftMacro/Macro/release/JSONCodeMacros#JSONCodeMacros"
35   },
36   "swift_version": "5.0"