blob: 184c43a954e20cf92f164c389a66657ca55ad893 [file] [log] [blame]
{
"name": "PYData",
"version": "0.9.2",
"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.2"
},
"source_files": "static-library/*.{h,m}",
"libraries": "sqlite3",
"requires_arc": true,
"dependencies": {
"PYCore": [
"~> 0.9"
]
}
}