4 "summary": "Define image constants made easy.",
5 "description": "Symbol provides several macros to generate SwiftUI's Image, UIKit's UIImage and AppKit's NSImage by defining a static string constant.\nSymbol supports both SFSymbol and Assets.\nBy using @AssetImageCollection with a struct, it will generate a collection of images in the assets.\nBy using @SFSymbolCollection with a struct, it will generate a collection of sfsymbol images.\nUsing Symbol for better managing your project's images.",
6 "homepage": "https://github.com/Lorpaves/Symbol",
12 "Lorpaves": "986298194@qq.com"
18 "swift_versions": "5.0",
20 "git": "https://github.com/Lorpaves/Symbol.git",
23 "source_files": "Sources/Symbol/**/*.{c,h,m,swift}",
24 "prepare_command": "swift build -c release && cp -f .build/release/SymbolMacros-tool ./Binary/SymbolMacros",
25 "pod_target_xcconfig": {
26 "OTHER_SWIFT_FLAGS": [
27 "-load-plugin-executable ${PODS_ROOT}/Symbol/Binary/SymbolMacros#SymbolMacros"
30 "user_target_xcconfig": {
31 "OTHER_SWIFT_FLAGS": [
32 "-load-plugin-executable ${PODS_ROOT}/Symbol/Binary/SymbolMacros#SymbolMacros"
36 "swift_version": "5.0"