blob: 1fc91f6233701571a10dd70be82f13ebe105d96d [file] [log] [blame]
{
"name": "YMCache",
"version": "1.2.2",
"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": "1.2.2"
},
"social_media_url": "https://twitter.com/adkap",
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": "YMCache/*.[h,m]"
}