Skip to content

Commit

Permalink
framework spec fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mmassaki committed Sep 25, 2012
1 parent b455a11 commit b579813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SKBounceAnimation/1.0/SKBounceAnimation.podspec
Expand Up @@ -13,5 +13,5 @@ Pod::Spec.new do |s|

s.source_files = 'SKBounceAnimation/SKBounceAnimation.{h,m}'

s.frameworks = 'CoreGraphics.framework', 'QuartzCore.framework'
s.frameworks = 'CoreGraphics', 'QuartzCore'
end

0 comments on commit b579813

Please sign in to comment.