blob: fba9feb97aa95308daeec677480bf74dbe8d8b29 [file] [log] [blame]
{
"name": "BWExtensionKit",
"version": "0.0.1",
"summary": "一些扩展及封装。",
"description": "这是可以添加描述",
"homepage": "https://github.com/BWLi420/BWExtensionKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "BWLi420",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/BWLi420/BWExtensionKit.git",
"tag": "0.0.1"
},
"source_files": "BWExtensionKit/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation",
"Security"
],
"requires_arc": true,
"subspecs": [
{
"name": "Category",
"source_files": "BWExtensionKit/Category",
"frameworks": "Security"
}
]
}