blob: 4690aeb7ee207a0c6cd55788b337267b4f937d80 [file] [log] [blame]
{
"name": "BNCore",
"version": "0.0.1",
"summary": "iOS常用核心组件",
"swift_versions": "4.0",
"description": "网络、缓存、线程管理器三大组件 轻量级",
"homepage": "https://github.com/chendengwen/BNCore",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"陈登文": "596765672@qq.com"
},
"source": {
"git": "https://github.com/chendengwen/BNCore.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "BNCore/Classes/**/*",
"resource_bundles": {
"BNCore": [
"BNCore/Assets/*.png"
]
},
"swift_version": "4.0"
}