blob: 09bde0f70486cfba5e40dbc4d66431f4eb32cea9 [file] [log] [blame]
{
"name": "NSDExtendTool",
"version": "1.0.1",
"summary": "日常开发归纳",
"description": "意在便利日常开发,将日常中经常用到的代码块封装归类",
"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": "NSDExtendTool.h",
"source_files": "NSDExtendTool.h",
"requires_arc": true,
"subspecs": [
{
"name": "NSDUIKitCategory",
"public_header_files": "NSDUIKitCategory/*.h",
"source_files": "NSDUIKitCategory/*.{h,m}"
},
{
"name": "NSDDataExtend",
"public_header_files": "NSDDataExtend/NSDDataExtend.h",
"source_files": "NSDDataExtend/NSDDataExtend.h",
"subspecs": [
{
"name": "NSDKeychainAccess",
"source_files": "NSDDataExtend/NSDKeychainAccess/*.{h,m}",
"public_header_files": "NSDDataExtend/NSDKeychainAccess/*.h"
}
]
}
]
}