blob: 5ea0b4891c9914f62b2d8adfef7cc7b52469c3c2 [file] [log] [blame]
{
"name": "PYData",
"version": "0.10.2",
"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://github.com/littlepush",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/littlepush/PYData.git",
"tag": "0.10.2"
},
"source_files": "static-library/*.{h,m}",
"libraries": "sqlite3",
"requires_arc": true,
"dependencies": {
"PYCore": [
]
}
}