Skip to content

Commit

Permalink
[Add] UIKitViewBuilder 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmed Suliman authored and CocoaPodsBot committed Dec 21, 2024
1 parent 8c0a06d commit e897548
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions Specs/1/3/2/UIKitViewBuilder/1.1.0/UIKitViewBuilder.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "UIKitViewBuilder",
"version": "1.1.0",
"summary": "SwiftUI framework to integrate UIView, UITableViewCell, and UICollectionViewCell components.",
"description": "UIKitViewBuilder is a powerful Swift framework designed to convert any UIView, UITableViewCell,\nand UICollectionViewCell into your SwiftUI view. It bridges the gap between UIKit and SwiftUI,\nallowing for seamless integration while maintaining performance and flexibility.",
"homepage": "https://github.com/sonmbol/UIKitViewBuilder",
"license": "MIT",
"authors": {
"Ahmed Suliman": "[email protected]"
},
"source": {
"git": "https://github.com/sonmbol/UIKitViewBuilder.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "14.0"
},
"swift_versions": [
"5.0"
],
"source_files": "Sources/**/*",
"frameworks": [
"UIKit",
"SwiftUI"
],
"cocoapods_version": ">= 1.13.0",
"swift_version": "5.0"
}

0 comments on commit e897548

Please sign in to comment.