blob: 8842ec121470c8b248a6672f4e32b1a7e2f114ab [file] [log] [blame]
{
"name": "BDSToolKit",
"version": "0.1.8",
"summary": "Usefull tool for Swift develop.",
"description": "Usefull tool for Swift develop.Help yourself in this post.And buy me a cup of coffee.Just kidding.Anyway Where is coffee shop?",
"homepage": "https://github.com/reference/BDSToolKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Scott Ban": "imti_bandianhong@126.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/reference/BDSToolKit.git",
"tag": "0.1.8"
},
"swift_version": "4.1",
"frameworks": [
"UIKit",
"Foundation",
"WebKit"
],
"requires_arc": true,
"subspecs": [
{
"name": "BDSButton",
"source_files": "UIKit/View/BDSButton/*.{swift}"
},
{
"name": "BDSCollectionController",
"source_files": "UIKit/Controller/BDSCollectionController/*.{swift}"
},
{
"name": "BDSViewController",
"source_files": "UIKit/Controller/BDSViewController/*.{swift}"
},
{
"name": "BDSTableController",
"source_files": "UIKit/Controller/BDSTableController/*.{swift}"
},
{
"name": "ArrayBDSUIExtension",
"source_files": "UIKit/Catagory/ArrayBDSUIExtension/*.{swift}"
}
]
}