[...]
- ....
- iOS 15.0+
- Xcode 12.0+
- Swift 5.5+
dependencies: [
.package(url: "https://github.com/macistador/IntelligenceKit", from: "0.0.1")
]
With SwiftUI
With UIKit
Your object needs to conforms xxxxDelegate
extension DemoView: xxxxDelegate {
}
For more details you may take a look at the sample project.
Meanwhile this library works well alone, it is meant to be complementary to the following app bootstrap packages suite:
- CoreKit: Foundation app requirements: Routing, State management, logging...
- BackendKit: Handling remote requests, authentication for Firebase / Supabase
- DesignKit: DesignSystem
- VisualKit: UI components (SwiftUI Views, ViewModifiers)
- MediasKit: Loading, caching & displaying Images, Videos, Audios
- CameraKit: Capturing photos, videos and audio with effects
- PermissionsKit: User permissions handling
- SocialKit: Share, invite friends
- CartoKit: Locate, display maps
- AnalyzeKit: Analytics
- IntelligenceKit: Integrate embedded AI models
- AdsKit: Displaying ads
- PayKit: Handling paywalls & inApps
IntelligenceKit is developed and maintained by Michel-André Chirita. You can follow me on Twitter at @Macistador for updates.
IntelligenceKit is released under the MIT license. See LICENSE for details.