Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
19 lines (19 loc) · 972 Bytes

File metadata and controls

19 lines (19 loc) · 972 Bytes
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Pod::Spec.new do |c|
c.name = 'UIKitViewBuilder'
c.version = '1.1.2'
c.summary = 'SwiftUI framework to integrate UIView, UITableViewCell, and UICollectionViewCell components.'
c.description = <<-DESC
UIKitViewBuilder is a powerful Swift framework designed to convert any UIView, UITableViewCell,
and UICollectionViewCell into your SwiftUI view. It bridges the gap between UIKit and SwiftUI,
allowing for seamless integration while maintaining performance and flexibility.
DESC
c.homepage = 'https://github.com/sonmbol/UIKitViewBuilder'
c.license = 'MIT'
c.author = { 'Ahmed Suliman' => 'dev.a7med95@gmail.com' }
c.source = { :git => 'https://github.com/sonmbol/UIKitViewBuilder.git', :tag => c.version.to_s }
c.ios.deployment_target = '14.0'
c.swift_version = ['5.0']
c.source_files = 'Sources/**/*'
c.frameworks = "UIKit", "SwiftUI"
c.cocoapods_version = '>= 1.13.0'
end
Morty Proxy This is a proxified and sanitized view of the page, visit original site.