From 1eaf9df0f8bd4286246dd1d69768a0efe7b4ce71 Mon Sep 17 00:00:00 2001 From: Kaunteya Suryawanshi Date: Sun, 4 Oct 2015 19:58:12 +0530 Subject: [PATCH] Added baseview to podspec --- ProgressKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProgressKit.podspec b/ProgressKit.podspec index 96c314f..da96c4f 100644 --- a/ProgressKit.podspec +++ b/ProgressKit.podspec @@ -10,5 +10,5 @@ Pod::Spec.new do |spec| spec.platform = :osx, '10.9' spec.requires_arc = true - spec.source_files = 'Determinate/*.swift', 'InDeterminate/*.swift', 'ProgressUtils.swift' + spec.source_files = 'Determinate/*.swift', 'InDeterminate/*.swift', 'ProgressUtils.swift', 'BaseView.swift' end