Framework fix

This commit is contained in:
Keith Smiley
2013-01-24 22:27:55 -05:00
parent 8a43fb5f60
commit cd12e01f0b
+1 -1
View File
@@ -10,5 +10,5 @@ Pod::Spec.new do |s|
s.platform = :ios
s.ios.deployment_target = '5.0'
s.source_files = 'KYArcTab/*.{h,m}'
s.framework = 'QuartzCore.framework'
s.framework = 'QuartzCore'
end