Added support for NSProgress

This commit is contained in:
Aleksander Balicki
2016-05-03 13:57:39 +02:00
parent 5c3b93fe4f
commit ba3bd1b313
7 changed files with 90 additions and 3 deletions
+1 -1
View File
@@ -15,6 +15,6 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '6.0'
s.tvos.deployment_target = '9.0'
s.source_files = '*.{h,m}'
s.framework = "CoreGraphics"
s.frameworks = "CoreGraphics", "QuartzCore"
s.requires_arc = true
end