2 "name": "JSONCodeSwiftMacro",
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",
12 "chaichai9323": "chailintao@laien.io"
15 "git": "https://github.com/chaichai9323/JSONCode.git",
18 "swift_versions": "5.0",
22 "source_files": "Sources/JSONCode/**/*",
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"
34 "OTHER_SWIFT_FLAGS": "-load-plugin-executable $(PODS_ROOT)/JSONCodeSwiftMacro/Macro/release/JSONCodeMacros#JSONCodeMacros"
36 "swift_version": "5.0"