From 2deb51bd5554743ca268deb047c312e7933cc09c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=A9=E8=BE=BA=E7=BE=85=E3=82=A8=E3=83=AB=E3=83=8D?= =?UTF-8?q?=E3=82=B9=E3=83=88?= Date: Thu, 31 Oct 2013 18:02:51 +0900 Subject: [PATCH] No need to keep Demo in podspec --- SVSegmentedControl.podspec | 1 - 1 file changed, 1 deletion(-) diff --git a/SVSegmentedControl.podspec b/SVSegmentedControl.podspec index 70e18d7..c0b2c22 100644 --- a/SVSegmentedControl.podspec +++ b/SVSegmentedControl.podspec @@ -10,6 +10,5 @@ Pod::Spec.new do |s| s.description = 'SVSegmentedControl is a customizable UIControl class that mimics UISegmentedControl but that looks like an UISwitch.' s.frameworks = 'QuartzCore' s.source_files = 'SVSegmentedControl/*.{h,m}' - s.preserve_paths = 'Demo' s.requires_arc = true end