blob: 519260521756e3e2fb85980f9171ff7ea36f608d [file] [log] [blame]
{
"name": "NSDUIKitCategory",
"version": "1.0.1",
"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.1"
},
"public_header_files": "NSDUIKitCategory/NSDUIKitCategory.h",
"source_files": "NSDUIKitCategory/NSDUIKitCategory.h",
"requires_arc": true,
"deprecated": true,
"subspecs": [
{
"name": "NSDUIKitCategory",
"public_header_files": "NSDUIKitCategory/*.h",
"source_files": "NSDUIKitCategory/*.{h,m}"
}
]
}