[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 7 / 4 / 8 / ZSPINCache / 3.1.2 / ZSPINCache.podspec.json
blob30c063fa68a7f7d345d77a524264df45102da99a
2   "name": "ZSPINCache",
3   "version": "3.1.2",
4   "homepage": "https://github.com/Zandor300/ZSPINCache",
5   "summary": "Fast, thread safe, parallel object cache for iOS and OS X.",
6   "authors": {
7     "Zandor Smith": "info@zsinfo.nl"
8   },
9   "source": {
10     "git": "https://github.com/Zandor300/ZSPINCache.git",
11     "tag": "3.1.2"
12   },
13   "license": {
14     "type": "Apache 2.0",
15     "file": "LICENSE.txt"
16   },
17   "requires_arc": true,
18   "frameworks": "Foundation",
19   "ios": {
20     "weak_frameworks": "UIKit"
21   },
22   "osx": {
23     "weak_frameworks": "AppKit"
24   },
25   "cocoapods_version": ">= 1.13.0",
26   "platforms": {
27     "ios": "12.0",
28     "osx": "11.0",
29     "tvos": "12.0",
30     "visionos": "1.0",
31     "watchos": "4.0"
32   },
33   "prefix_header_contents": "#ifndef TARGET_OS_WATCH\n  #define TARGET_OS_WATCH 0\n#endif",
34   "resource_bundles": {
35     "PINCache": [
36       "Source/PrivacyInfo.xcprivacy"
37     ]
38   },
39   "subspecs": [
40     {
41       "name": "Core",
42       "source_files": "Source/*.{h,m}",
43       "dependencies": {
44         "ZSPINOperation": [
45           "~> 1.3.3"
46         ]
47       }
48     },
49     {
50       "name": "Arc-exception-safe",
51       "dependencies": {
52         "ZSPINCache/Core": [
54         ]
55       },
56       "source_files": "Source/PINDiskCache.m",
57       "compiler_flags": "-fobjc-arc-exceptions"
58     }
59   ]