blob: a486130419675bb670fdf32a07e85f5bfdc5063c [file] [log] [blame]
{
"name": "BaseLibrary",
"version": "0.0.5",
"summary": "常用自定义类库",
"description": "常用自定义类库,项目使用的基础类库\n新增自定义轮询定时器HSPollingHelper",
"homepage": "https://github.com/cxx3344/BaseLibrary",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ZYY": "2893358240@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/cxx3344/BaseLibrary.git",
"tag": "0.0.5"
},
"source_files": "BaseLibrary/**/*.{h,m}",
"public_header_files": "BaseLibrary/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}