[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 0 / 2 / c / Symbol / 1.0.1 / Symbol.podspec.json
blobc7f3290f3cb7b84734f3ec90bb2fa795b5d294af
2   "name": "Symbol",
3   "version": "1.0.1",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Lorpaves": "986298194@qq.com"
13   },
14   "platforms": {
15     "ios": "12.0",
16     "osx": "10.13"
17   },
18   "swift_versions": "5.0",
19   "source": {
20     "git": "https://github.com/Lorpaves/Symbol.git",
21     "tag": "v1.0.1"
22   },
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"
28     ]
29   },
30   "user_target_xcconfig": {
31     "OTHER_SWIFT_FLAGS": [
32       "-load-plugin-executable ${PODS_ROOT}/Symbol/Binary/SymbolMacros#SymbolMacros"
33     ]
34   },
35   "requires_arc": true,
36   "swift_version": "5.0"