diff --git a/AwesomeEnum.podspec b/AwesomeEnum.podspec index cc001c7..b55925a 100644 --- a/AwesomeEnum.podspec +++ b/AwesomeEnum.podspec @@ -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' @@ -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