Updated the base version to 10.10

This commit is contained in:
Kaunteya Suryawanshi
2015-10-08 11:40:32 +05:30
parent 4e9f5f1a5e
commit bd82ddebde
+1 -1
View File
@@ -7,7 +7,7 @@ Pod::Spec.new do |spec|
spec.authors = { 'Kaunteya Suryawanshi' => 'k.suryawanshi@gmail.com' }
spec.source = { :git => 'https://github.com/kaunteya/ProgressKit.git', :tag => spec.version }
spec.platform = :osx, '10.9'
spec.platform = :osx, '10.10'
spec.requires_arc = true
spec.source_files = 'Determinate/*.swift', 'InDeterminate/*.swift', 'ProgressUtils.swift', 'BaseView.swift'