blob: 47bed2452d57d2c16d32556a031c1eb05f34b14f [file] [log] [blame]
{
"name": "PYData",
"version": "0.9.5.1",
"summary": "A data cache written in Objective-C",
"description": "A data cache written in Objective-C.\n\nI use sqlite as the persistence layer, and a LRU in-mem cache to store\nmost used data.\n\nAny object implements protocol NSCoding can be put into this cache.",
"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.5.1"
},
"source_files": "static-library/*.{h,m}",
"libraries": "sqlite3",
"requires_arc": true,
"dependencies": {
"PYCore": [
]
}
}