Latest | 2018.8.30 |
---|---|
Homepage | https://github.com/HonQii/HIComponents |
License | MIT |
Platforms | ios 9.0, requires ARC |
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": "HQFoundation", "version": "2018.8.30", "homepage": "https://github.com/HonQii/HIComponents", "license": { "type": "MIT", "file": "LICENSE" }, "summary": "HIComponents foundation", "description": "HQFoundation component; It's HIComponents foundation", "authors": { "honqi": "[email protected]" }, "social_media_url": "https://blog.xxx.com", "swift_version": "4.0", "platforms": { "ios": "9.0" }, "requires_arc": true, "module_name": "HQFoundation", "source": { "git": "https://github.com/HonQii/HIComponents.git", "tag": "HQFoundation.2018.8.30" }, "source_files": [ "HQFoundation/HQFoundation/*.swift", "HQFoundation/HQFoundation/**/*.swift", "HQFoundation/HQFoundation/*.h" ] }
Thu, 30 Aug 2018 10:20:11 +0000