Skip to content

Latest commit

 

History

History
87 lines (59 loc) · 2.37 KB

README.md

File metadata and controls

87 lines (59 loc) · 2.37 KB

AdsKit

[...]

Features

  • ....

Requirements

  • iOS 15.0+
  • Xcode 12.0+
  • Swift 5.5+

Installation

SwiftPackageManager

dependencies: [
    .package(url: "https://github.com/macistador/AdsKit", from: "0.0.1")
]

Usage

Preview

With SwiftUI

        

With UIKit

    

Callbacks

Your object needs to conforms xxxxDelegate

extension DemoView: xxxxDelegate {
    
}

For more details you may take a look at the sample project.

Other packages

Meanwhile this library works well alone, it is meant to be complementary to the following app bootstrap packages suite:

Credits

AdsKit is developed and maintained by Michel-André Chirita. You can follow me on Twitter at @Macistador for updates.

License

AdsKit is released under the MIT license. See LICENSE for details.