4 "summary": "A data cache written in Objective-C",
5 "description": " A data cache written in Objective-C.\n\n I use sqlite as the persistence layer, and a LRU in-mem cache to store\n most used data.\n\n Any object implements protocol NSCoding can be put into this cache.\n",
6 "homepage": "https://github.com/littlepush/PYData",
12 "Push Chen": "littlepush@gmail.com"
14 "social_media_url": "https://twitter.com/littlepush",
19 "git": "https://github.com/littlepush/PYData.git",
22 "source_files": "static-library/*.{h,m}",
23 "libraries": "sqlite3",