Skip to content

Commit

Permalink
Updated Podspec library
Browse files Browse the repository at this point in the history
  • Loading branch information
daemedeor committed Sep 25, 2022
1 parent 3ac1f2d commit fa06b5a
Show file tree
Hide file tree
Showing 7 changed files with 21,556 additions and 9,562 deletions.
8 changes: 4 additions & 4 deletions AwesomeEnum.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

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

Expand All @@ -21,9 +21,9 @@ 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.tvos.deployment_target = '9.0'
s.osx.deployment_target = '10.11'
s.ios.deployment_target = '11.0'
s.tvos.deployment_target = '11.0'
s.osx.deployment_target = '10.13'
s.watchos.deployment_target = '2.0'

s.source_files = 'Classes/**/*'
Expand Down
Loading

0 comments on commit fa06b5a

Please sign in to comment.