Skip to content

Commit ee9faed

Browse files
Mark Pospeseljcabreram
authored andcommitted
[CM-639] add podspec
Co-authored-by: Jonathan Cabrera <[email protected]>
1 parent 5f84193 commit ee9faed

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

YMatterType.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 YMatterType.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 = "YMatterType"
8+
spec.version = "1.0.0"
9+
spec.summary = "An opinionated take on Design System Typography for iOS."
10+
spec.description = "This framework uses Figma's concept of Typography to create text-based UI elements (labels, buttons, text fields, and text views) that render themselves as described in Figma design files (especially sizing themselves according to line height) while also supporting Dynamic Type scaling and the Bold Text accessibility setting."
11+
spec.homepage = "https://github.com/yml-org/YMatterType"
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)