Skip to content

Commit

Permalink
Merge pull request #19 from keithito/xcode-10-podspec-fix
Browse files Browse the repository at this point in the history
Fix podspec for issue with new build system in xcode 10
  • Loading branch information
keithito authored Sep 26, 2018
2 parents 2bf8f51 + b4d6ca4 commit d563864
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SimpleAnimation.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SimpleAnimation"
s.version = "0.4.0"
s.version = "0.4.1"
s.summary = "A UIView extension to make basic animations, like fades and bounces, simple."
s.homepage = "https://github.com/keithito/SimpleAnimation"
s.license = 'MIT'
Expand All @@ -12,5 +12,6 @@ Pod::Spec.new do |s|
s.tvos.deployment_target = '9.0'

s.source_files = 'Source/*'
s.exclude_files = 'Source/*.plist'
s.frameworks = 'UIKit'
end

0 comments on commit d563864

Please sign in to comment.