3 "version": "3.0.1-beta.5",
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"
32 "prefix_header_contents": "#ifndef TARGET_OS_WATCH\n #define TARGET_OS_WATCH 0\n#endif",
36 "source_files": "Source/*.{h,m}",
44 "name": "Arc-exception-safe",
50 "source_files": "Source/PINDiskCache.m",
51 "compiler_flags": "-fobjc-arc-exceptions"