Latest | 0.1.8 |
---|---|
Homepage | https://github.com/reference/BDSToolKit |
License | MIT |
Platforms | ios 9.0, requires ARC |
Frameworks | UIKit, Foundation, WebKit |
Authors |
Powerfull development kit for iOS writtern in Swift.
Requirements
- Requires iOS 8.0 or later
Installation
BDSToolKit is available through CocoaPods. To install it, simply add the following line to your Podfile:
use_frameworks!
pod 'BDSToolKit'
Usage
#import <BDSToolKit/BDSToolKit.h>
Category
- ArrayBDSExtension
BDSUIKit
Controller
- BDSCollectionViewController
- BDSTableViewController
- BDSViewController
View
- BDSButton
Foundation
Catagory
License
BDToolKit
is available under the MIT license. See the LICENSE
file for more info.
Latest podspec
{ "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": "[email protected]" }, "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}" } ] }
Sun, 26 May 2019 10:34:14 +0000