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": "HQXMLDoc", "version": "2018.8.30", "homepage": "https://github.com/HonQii/HIComponents", "license": { "type": "MIT", "file": "LICENSE" }, "summary": "HIComponents foundation", "description": "HQXMLDoc component; It's HIComponents xml document", "authors": { "honqi": "[email protected]" }, "social_media_url": "https://blog.xxx.com", "swift_version": "4.0", "platforms": { "ios": "9.0" }, "requires_arc": true, "module_name": "HQXMLDoc", "source": { "git": "https://github.com/HonQii/HIComponents.git", "tag": "HQXMLDoc.2018.8.30" }, "source_files": [ "HQXMLDoc/HQXMLDoc/*.swift", "HQXMLDoc/HQXMLDoc/**/*.swift", "HQXMLDoc/HQXMLDoc/*.h" ], "libraries": "xml2", "xcconfig": { "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2", "OTHER_LDFLAGS": "-lxml2" } }
Thu, 30 Aug 2018 15:00:06 +0000