[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 4 / 8 / ZSPINCache / 3.1.1 / ZSPINCache.podspec.json
blobd7adcffbebf4ba26557460d6c26076763ac78c0d
2   "name": "ZSPINCache",
3   "version": "3.1.1",
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.1"
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   "platforms": {
26     "ios": "11.0",
27     "osx": "11.0",
28     "tvos": "11.0",
29     "watchos": "4.0"
30   },
31   "prefix_header_contents": "#ifndef TARGET_OS_WATCH\n  #define TARGET_OS_WATCH 0\n#endif",
32   "subspecs": [
33     {
34       "name": "Core",
35       "source_files": "Source/*.{h,m}",
36       "dependencies": {
37         "ZSPINOperation": [
38           "~> 1.3.1"
39         ]
40       }
41     },
42     {
43       "name": "Arc-exception-safe",
44       "dependencies": {
45         "ZSPINCache/Core": [
47         ]
48       },
49       "source_files": "Source/PINDiskCache.m",
50       "compiler_flags": "-fobjc-arc-exceptions"
51     }
52   ]