Latest | 2018.9.1 |
---|---|
Homepage | https://github.com/HonQii/HIComponents |
License | MIT |
Platforms | ios 9.0, requires ARC |
Dependencies | HQFoundation |
Authors |
HIComponents
This is a pure-Swift module collection that common features for iOS development and Contains common UI widgets, extensions, downloads, etc.
Documentation
I prepared a simple documents. You can find a good deal of useful things here
Completed
-
[x] Foundation
Common useful classes, methods, and extensions
-
[x] Kit
Common UI widget
-
[x] Sqlite
Wrappers for operations with sqlite
-
[x] Router
Routing class
Plan
-
[ ] Download
Downloader with features such as caching, progress callbacks, etc.
Requirements
- Swift 4
- iOS 9.0+
License
This is released under the MIT license. See LICENSE for details.
Latest podspec
{ "name": "HQKit", "version": "2018.9.1", "homepage": "https://github.com/HonQii/HIComponents", "license": { "type": "MIT", "file": "LICENSE" }, "summary": "HIComponents foundation", "description": "HQKit component; It's HIComponents UIKit", "authors": { "honqi": "[email protected]" }, "social_media_url": "https://blog.xxx.com", "swift_version": "4.0", "platforms": { "ios": "9.0" }, "requires_arc": true, "module_name": "HQKit", "source": { "git": "https://github.com/HonQii/HIComponents.git", "tag": "HQKit.2018.9.1" }, "source_files": [ "HQKit/HQKit/*.swift", "HQKit/HQKit/**/*.swift", "HQKit/HQKit/*.h" ], "resources": "HQKit/HQKit/*/Assets.xcassets", "dependencies": { "HQFoundation": [] } }
Sun, 02 Sep 2018 02:40:12 +0000