Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions YCoreUI.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'YCoreUI'
s.version = '1.7.0'
s.summary = 'Core components for iOS to accelerate building user interfaces in code.'
s.homepage = 'https://yml-org.github.io/YCoreUI'
s.license = { :type => 'Apache 2.0' }
s.authors = { 'Y Media Labs' => '[email protected]' }
s.source = { :git => 'https://github.com/yml-org/YCoreUI.git', :tag => s.version }
s.ios.deployment_target = '14.0'
s.tvos.deployment_target = '14.0'
s.swift_versions = ['5']
s.source_files = 'Sources/YCoreUI/**/*'
end