blob: ad5cb8a2221d8bc679adc78f92c0e9ad824b49dd [file] [log] [blame]
{
"name": "CBArrayBounds",
"version": "1.0.0",
"summary": "一个处理数组越界导致的崩溃的分类集。",
"authors": {
"caobo": "caobo56@sina.com"
},
"description": "一个处理数组越界导致的崩溃的分类集。\nhttps://blog.csdn.net/ios8988/article/details/82762389",
"homepage": "https://github.com/caobo56/CBArrayBounds.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/caobo56/CBArrayBounds.git",
"tag": "1.0.0"
},
"source_files": [
"src",
"src/ArrayBounds/*.{h,m}"
],
"public_header_files": "src/ArrayBounds/*.h"
}