blob: c78027864972d2a1a695e8ee91c299f15ea6d63b [file] [log] [blame]
{
"name": "NSDDataExtend",
"version": "1.0.1",
"summary": "数据处理封装",
"description": "个人使用,基本数据处理,存储,方便coding,提高coding效率",
"homepage": "https://github.com/NeeSDev",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"NeeSDev": "niwei.develop@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/NeeSDev/NSDExtendTool.git",
"tag": "1.0.1"
},
"public_header_files": "NSDDataExtend/NSDDataExtend.h",
"source_files": "NSDDataExtend/NSDDataExtend.h",
"requires_arc": true,
"deprecated": true,
"subspecs": [
{
"name": "NSDKeychainAccess",
"public_header_files": "NSDDataExtend/NSDKeychainAccess/*.h",
"source_files": "NSDDataExtend/NSDKeychainAccess/*.{h,m}"
}
]
}