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