blob: 010df66880be7015c14d8a6267a16cb88cee9867 [file] [log] [blame]
{
"name": "NSDUIKitCategory",
"version": "1.0.2",
"summary": "UIKit扩展,意在提高coding效率",
"description": "个人使用,根据个人习惯扩展UIKit,方便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.2"
},
"public_header_files": "NSDUIKitCategory/NSDUIKitCategory.h",
"source_files": "NSDUIKitCategory/NSDUIKitCategory.h",
"requires_arc": true,
"deprecated": true,
"subspecs": [
{
"name": "DataCategory",
"source_files": "NSDUIKitCategory/DataCategory/*.{h,m}",
"public_header_files": "NSDUIKitCategory/DataCategory/*.h"
},
{
"name": "ViewCategory",
"source_files": "NSDUIKitCategory/ViewCategory/*.{h,m}",
"public_header_files": "NSDUIKitCategory/ViewCategory/*.h"
}
]
}