blob: cb17ef37f6a3cd997ad82ca9b68e54139b10d953 [file] [log] [blame]
{
"name": "YMCache",
"version": "2.1.1",
"summary": "Fast & simple small object cache. GCD-based and thread-safe.",
"homepage": "https://github.com/yahoo/YMCache",
"license": "MIT",
"authors": {
"adamkaplan": "adamkaplan@yahoo-inc.com"
},
"source": {
"git": "https://github.com/yahoo/YMCache.git",
"tag": "2.1.1"
},
"social_media_url": "https://twitter.com/adkap",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "11.0",
"watchos": "3.0"
},
"requires_arc": true,
"source_files": "YMCache/*.[h,m]"
}