[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 3 / d / AssociatedObject / 0.8.0 / AssociatedObject.podspec.json
blobe6a0df75c4b5fff38f7f3a68c40846199269502c
2   "name": "AssociatedObject",
3   "version": "0.8.0",
4   "summary": "Swift Macro for allowing variable declarations even in class extensions.",
5   "description": "Swift Macro for allowing variable declarations even in class extensions.",
6   "homepage": "https://github.com/p-x9/AssociatedObject",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "p-x9": "https://github.com/p-x9"
13   },
14   "platforms": {
15     "ios": "13.0",
16     "tvos": "13.0",
17     "osx": "10.15",
18     "watchos": "6.0"
19   },
20   "source": {
21     "git": "https://github.com/p-x9/AssociatedObject.git",
22     "tag": "0.8.0"
23   },
24   "prepare_command": "swift build -c release && cp -f .build/release/AssociatedObjectPlugin ./Binary",
25   "source_files": [
26     "Sources/AssociatedObject/**/*.{c,h,m,swift}",
27     "Sources/AssociatedObjectC/**/*.{c,h,m,swift}"
28   ],
29   "swift_versions": "5.9",
30   "preserve_paths": [
31     "Binary/AssociatedObjectPlugin"
32   ],
33   "pod_target_xcconfig": {
34     "OTHER_SWIFT_FLAGS": [
35       "-load-plugin-executable ${PODS_ROOT}/AssociatedObject/Binary/AssociatedObjectPlugin#AssociatedObjectPlugin"
36     ]
37   },
38   "user_target_xcconfig": {
39     "OTHER_SWIFT_FLAGS": [
40       "-load-plugin-executable ${PODS_ROOT}/AssociatedObject/Binary/AssociatedObjectPlugin#AssociatedObjectPlugin"
41     ]
42   },
43   "swift_version": "5.9"