blob: 3240a7045a18ba3249741c2c445adebd1f527e29 [file] [log] [blame]
{
"name": "BKSwiftKit",
"version": "1.3.2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "定义Swift一些基本方法和拓展",
"homepage": "https://github.com/ZhaoBingDong/BKSwiftKit",
"authors": {
"ZhaoBingDong": "dongzhaobing@bayekeji.com"
},
"source": {
"git": "https://github.com/ZhaoBingDong/BKSwiftKit.git",
"tag": "1.3.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "BKSwiftKit/SKSwiftKit.swift",
"requires_arc": true,
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "SKCategorys",
"source_files": "BKSwiftKit/SKCategorys/**/*"
},
{
"name": "SKNetwork",
"source_files": "BKSwiftKit/SKNetwork/**/*",
"dependencies": {
"Alamofire": [
]
}
},
{
"name": "SKHUD",
"source_files": "BKSwiftKit/SKHUD/**/*"
},
{
"name": "Tools",
"source_files": "BKSwiftKit/Tool/**/*"
}
]
}