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