Skip to content

Commit 979809a

Browse files
Mark Pospeseljcabreram
authored andcommitted
[CM-638] add podspec
Co-authored-by: Jonathan Cabrera <jcabrera.moreno@gmail.com>
1 parent 1cf5a97 commit 979809a

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

YCoreUI.podspec

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
#
2+
# Be sure to run `pod spec lint YCoreUI.podspec' to ensure this is a
3+
# valid spec and to remove all comments including this before submitting the spec.
4+
#
5+
6+
Pod::Spec.new do |spec|
7+
spec.name = "YCoreUI"
8+
spec.version = "1.0.0"
9+
spec.summary = "Core components for iOS to accelerate building user interfaces in code."
10+
spec.description = "This framework comprises UIView extensions for declarative AutoLayout, UIColor extensions for WCAG 2.0 contrast ratio calculations, and UIScrollView extensions to assist with keyboard avoidance."
11+
spec.homepage = "https://github.com/yml-org/YCoreUI"
12+
spec.license = "Apache License, Version 2.0"
13+
spec.author = "Mark Pospesel, Sanjib Chakraborty, Sumit Goswami, Karthik K Manoj, Visakh Tharakan, et al"
14+
spec.social_media_url = "https://twitter.com/Yml_co"
15+
spec.platform = :ios, "14.0"
16+
spec.swift_version = '5.5'
17+
spec.source = { :git => "https://github.com/yml-org/YCoreUI.git", :tag => spec.version }
18+
spec.source_files = "Sources/**/*"
19+
end

0 commit comments

Comments
 (0)