blob: 42506ed542a5e5102694c9cf7e3283433b72129d [file] [log] [blame]
{
"name": "PYData",
"version": "0.9.3",
"summary": "A data cache written in Objective-C",
"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",
"homepage": "https://github.com/littlepush/PYData",
"license": {
"type": "LGPLv3",
"file": "LICENSE"
},
"authors": {
"Push Chen": "littlepush@gmail.com"
},
"social_media_url": "https://twitter.com/littlepush",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/littlepush/PYData.git",
"tag": "0.9.3"
},
"source_files": "static-library/*.{h,m}",
"libraries": "sqlite3",
"requires_arc": true,
"dependencies": {
"PYCore": [
"~> 0.9"
]
}
}