4 "homepage": "https://github.com/pinterest/PINCache",
5 "summary": "Fast, thread safe, parallel object cache for iOS and OS X.",
7 "Garrett Moon": "garrett@pinterest.com",
8 "Justin Ouellette": "jstn@tumblr.com"
11 "git": "https://github.com/pinterest/PINCache.git",
19 "frameworks": "Foundation",
21 "weak_frameworks": "UIKit"
24 "weak_frameworks": "AppKit"
26 "cocoapods_version": ">= 1.13.0",
34 "prefix_header_contents": "#ifndef TARGET_OS_WATCH\n #define TARGET_OS_WATCH 0\n#endif",
37 "Source/PrivacyInfo.xcprivacy"
43 "source_files": "Source/*.{h,m}",
51 "name": "Arc-exception-safe",
57 "source_files": "Source/PINDiskCache.m",
58 "compiler_flags": "-fobjc-arc-exceptions"