Skip to content

Commit

Permalink
Add Swift version to podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalonunez committed Oct 31, 2018
1 parent 8c7bf80 commit f1477f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Skeleton.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'Skeleton'
s.version = '0.2.2'
s.version = '0.3.0'
s.summary = 'Skeleton is an easy way to create sliding CAGradientLayer animations!'

# This description is used to generate tags and improve search results.
Expand All @@ -27,6 +27,7 @@ Skeleton is an easy way to create sliding CAGradientLayer animations! Works grea
s.source = { :git => 'https://github.com/gonzalonunez/Skeleton.git', :tag => s.version.to_s }

s.ios.deployment_target = '9.0'
s.swift_version = '4.2'

s.source_files = 'Skeleton/**/*'

Expand Down

0 comments on commit f1477f9

Please sign in to comment.