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
18 changes: 9 additions & 9 deletions AwesomeEnum.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

Pod::Spec.new do |s|
s.name = 'AwesomeEnum'
s.version = '2.2.2'
s.summary = 'Swift implementation of Font Awesome 5 and Font Awesome 5 Pro!'
s.version = '2.4.0'
s.summary = 'Swift implementation of Font Awesome 6 and Font Awesome 6 Pro!'
s.swift_version = '5.0'

s.description = 'Swift implementation of Font Awesome 5 and Font Awesome 5 Pro allows you to implement this amazing web font on iOS, tvOS and macOS devices easily!'
s.description = 'Swift implementation of Font Awesome 6 and Font Awesome 6 Pro allows you to implement this amazing web font on iOS, tvOS and macOS devices easily!'

s.homepage = 'https://github.com/LiveUI/Awesome'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
Expand All @@ -21,18 +21,18 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/LiveUI/Awesome.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/rafiki270'

s.ios.deployment_target = '9.0'
s.ios.deployment_target = '11.0'
s.tvos.deployment_target = '9.0'
s.osx.deployment_target = '10.11'
s.watchos.deployment_target = '2.0'
s.source_files = 'Classes/**/*'
s.watchos.deployment_target = '2.0'

s.source_files = 'Classes/**/*.swift'

s.resource_bundles = {
'Awesome' => ['Assets/*.ttf']
'Awesome' => ['Classes/Assets/*.ttf']
}
s.ios.frameworks = 'UIKit', 'CoreText', 'CoreGraphics'
s.tvos.frameworks = 'UIKit', 'CoreText', 'CoreGraphics'
s.osx.frameworks = 'Cocoa', 'CoreText', 'CoreGraphics'
s.watchos.frameworks = 'UIKit', 'CoreText', 'CoreGraphics'
s.watchos.frameworks = 'UIKit', 'CoreText', 'CoreGraphics'
end