blob: 57a0ea509c07bf468bd5e837bd7becf3315540c1 [file] [log] [blame]
{
"name": "BEKit",
"version": "0.9.2",
"summary": "BEKit是基础扩展工具包(Base Extended Kit)核心代码.",
"description": "BEKit(Base Extended Kit)是一些基础功能代码、工具类、基类的集合,旨在快速实现基础功能。",
"homepage": "http://iospai.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sundl1988": "sundl1988@163.com"
},
"source": {
"git": "https://github.com/iosmvn/BEKit.git",
"tag": "0.9.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "BEKit/Classes/**/*",
"frameworks": [
"Accelerate",
"AudioToolbox"
]
}