4 "source_files": "PINCache/*.{h,m}",
5 "homepage": "https://github.com/pinterest/PINCache",
6 "summary": "Fast, thread safe, parallel object cache for iOS and OS X.",
8 "Garrett Moon": "garrett@pinterest.com",
9 "Justin Ouellette": "jstn@tumblr.com"
12 "git": "https://github.com/pinterest/PINCache.git",
20 "frameworks": "Foundation",
22 "weak_frameworks": "UIKit"
25 "weak_frameworks": "AppKit"
33 "prefix_header_contents": "#ifndef TARGET_OS_WATCH\n #define TARGET_OS_WATCH 0\n#endif"