blob: b24b7b9ff5aec5ba151edb34a31e965562fe7445 [file] [log] [blame]
{
"name": "AndyStore",
"version": "1.0.5",
"summary": "Use json、NSDictionary and NSUserDefaults to store、read、delete and clear data easily",
"description": "The AndyJsonStore Module is based on AndyExtension. Don't worry, the AndyExtension core has been compiled in it. So the AndyStore is independent.\n\nAny data you get from AndyStore, you should convert its type to the type that you want manually by yourself.(PS:the AndyJsonStore is an exception. It can convert data type automatically.)",
"homepage": "https://github.com/lyandy/AndyStore",
"license": "MIT",
"authors": {
"李扬": "liyangforever@vip.qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/lyandy/AndyStore.git",
"tag": "1.0.5"
},
"source_files": "AndyStore/*",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"AndyExtension": [
"~> 1.0.2"
]
}
}