-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8c0a06d
commit e897548
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
Specs/1/3/2/UIKitViewBuilder/1.1.0/UIKitViewBuilder.podspec.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |