blob: 3a0d2a17ea5aada600dadf382dd4394bba6c4960 [file] [log] [blame]
{
"name": "TMCache",
"version": "1.2.2",
"source_files": "TMCache/*.{h,m}",
"homepage": "https://github.com/tumblr/TMCache",
"summary": "Fast parallel object cache for iOS and OS X.",
"authors": {
"Justin Ouellette": "jstn@tumblr.com"
},
"source": {
"git": "https://github.com/tumblr/TMCache.git",
"tag": "1.2.2"
},
"license": {
"type": "Apache 2.0",
"file": "LICENSE.txt"
},
"requires_arc": true,
"frameworks": "Foundation",
"ios": {
"weak_frameworks": "UIKit"
},
"osx": {
"weak_frameworks": "AppKit"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
}
}