blob: df4e4b888e98db7645c29e3d921355ee482a51f4 [file] [log] [blame]
{
"name": "ECDataCache",
"version": "0.0.3",
"summary": "A generic NSData cache for storing data to disk, which is backed by NSCache for in-memory data.",
"homepage": "https://github.com/educreations/ECDataCache",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": [
"Chris Streeter",
"chris@educreations.com"
],
"source": {
"git": "https://github.com/educreations/ECDataCache.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "5.0"
},
"source_files": "ECDataCache.{h,m}",
"frameworks": "UIKit",
"requires_arc": false
}