blob: 210be08d486c3364b2ec1b76f0f1ee40f3fb7652 [file] [log] [blame]
{
"name": "PINCache",
"version": "3.0.3",
"homepage": "https://github.com/pinterest/PINCache",
"summary": "Fast, thread safe, parallel object cache for iOS and OS X.",
"authors": {
"Garrett Moon": "garrett@pinterest.com",
"Justin Ouellette": "jstn@tumblr.com"
},
"source": {
"git": "https://github.com/pinterest/PINCache.git",
"tag": "3.0.3"
},
"license": {
"type": "Apache 2.0",
"file": "LICENSE.txt"
},
"requires_arc": true,
"frameworks": "Foundation",
"ios": {
"weak_frameworks": "UIKit"
},
"osx": {
"weak_frameworks": "AppKit"
},
"platforms": {
"ios": "8.0",
"osx": "10.8",
"tvos": "9.0",
"watchos": "2.0"
},
"prefix_header_contents": "#ifndef TARGET_OS_WATCH\n #define TARGET_OS_WATCH 0\n#endif",
"subspecs": [
{
"name": "Core",
"source_files": "Source/*.{h,m}",
"dependencies": {
"PINOperation": [
"~> 1.2.1"
]
}
},
{
"name": "Arc-exception-safe",
"dependencies": {
"PINCache/Core": [
]
},
"source_files": "Source/PINDiskCache.m",
"compiler_flags": "-fobjc-arc-exceptions"
}
]
}