diff --git a/AKSemanticView/0.0.1/AKSemanticView.podspec b/AKSemanticView/0.0.1/AKSemanticView.podspec index ded5a8e2d4febe4..9935d5d2934682d 100644 --- a/AKSemanticView/0.0.1/AKSemanticView.podspec +++ b/AKSemanticView/0.0.1/AKSemanticView.podspec @@ -10,5 +10,4 @@ Pod::Spec.new do |s| s.source_files = 'AKSemanticView/src/**/*.{h,m}' s.requires_arc = true - s.clean_path = "example", "en.lproj", "main.m", "AKSemanticView-Info.plist", "AKSemanticView-Prefix.pch" -end \ No newline at end of file +end diff --git a/ARTableViewPager/1.0.0/ARTableViewPager.podspec b/ARTableViewPager/1.0.0/ARTableViewPager.podspec index 612def0c8e8bcda..93e6520eb21dead 100644 --- a/ARTableViewPager/1.0.0/ARTableViewPager.podspec +++ b/ARTableViewPager/1.0.0/ARTableViewPager.podspec @@ -9,7 +9,6 @@ Pod::Spec.new do |s| s.description = 'An optional longer description of ARTableViewPager.' s.platform = :ios s.source_files = 'Classes/*.{h,m}' - s.clean_path = "Example", "Screenshots", "ARTableViewPager" s.requires_arc = true end diff --git a/ASStarRatingView/0.1.0/ASStarRatingView.podspec b/ASStarRatingView/0.1.0/ASStarRatingView.podspec index 73bcf7338bcaee8..c3188907c64b304 100644 --- a/ASStarRatingView/0.1.0/ASStarRatingView.podspec +++ b/ASStarRatingView/0.1.0/ASStarRatingView.podspec @@ -10,5 +10,4 @@ Pod::Spec.new do |s| s.platform = :ios s.source_files = 'ASStarRatingView/**/*.{h,m}' s.resources = "ASStarRatingView/stars/*.png" - s.clean_path = "ASStarRatingViewDemo" end diff --git a/ActiveSupportInflector/0.0.1/ActiveSupportInflector.podspec b/ActiveSupportInflector/0.0.1/ActiveSupportInflector.podspec index 14e78727b6aae2a..12dfe63ea278656 100644 --- a/ActiveSupportInflector/0.0.1/ActiveSupportInflector.podspec +++ b/ActiveSupportInflector/0.0.1/ActiveSupportInflector.podspec @@ -13,5 +13,4 @@ Pod::Spec.new do |s| s.source_files = 'ActiveSupportInflector.{h,m}', 'NSString+ActiveSupportInflector.{h,m}' s.resource = 'ActiveSupportInflector.plist' - s.clean_path = 'ActiveSupportInflectorTest.*' end diff --git a/CMPopTipView/0.0.1/CMPopTipView.podspec b/CMPopTipView/0.0.1/CMPopTipView.podspec index 30e342b9d88bc3c..ef8a4bcb9584aae 100644 --- a/CMPopTipView/0.0.1/CMPopTipView.podspec +++ b/CMPopTipView/0.0.1/CMPopTipView.podspec @@ -9,5 +9,4 @@ Pod::Spec.new do |s| s.platform = :ios s.source_files = 'CMPopTipView/*.{h,m}' s.framework = 'UIKit' - s.clean_path = "Demo" end diff --git a/CustomBadge/2.0/CustomBadge.podspec b/CustomBadge/2.0/CustomBadge.podspec index b4a36d494c69509..c76b6c5a8f6ca71 100644 --- a/CustomBadge/2.0/CustomBadge.podspec +++ b/CustomBadge/2.0/CustomBadge.podspec @@ -8,5 +8,4 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/ckteebe/CustomBadge.git', :commit => '3e6eed7bdb3e5faa02f79a9d81b0b11316d44a2e' } s.platform = :ios s.source_files = 'Classes/CustomBadge.{h,m}' - s.clean_path = '*.{xcodeproj,plist,xib,pch}', 'main.m', 'Classes/*AppDelegate.{h,m}', 'Classes/*ViewController.{h,m}' end diff --git a/DDPageControl/0.1/DDPageControl.podspec b/DDPageControl/0.1/DDPageControl.podspec index 75052c42553213d..3665512cca760bc 100644 --- a/DDPageControl/0.1/DDPageControl.podspec +++ b/DDPageControl/0.1/DDPageControl.podspec @@ -12,12 +12,4 @@ Pod::Spec.new do |s| s.platform = :ios s.source_files = 'Classes/DDPageControl.{h,m}' - - s.clean_path = "Classes/DDPageControlAppDelegate.*", - "Classes/DDPageControlViewController.*", - "*.xib", - "*.pch", - "*.plist", - "*.xcodeproj", - "*.m" end diff --git a/JCDHTTPConnection/0.0.1/JCDHTTPConnection.podspec b/JCDHTTPConnection/0.0.1/JCDHTTPConnection.podspec index 096bb9472e38c1c..0a9f23a74e3a1f1 100644 --- a/JCDHTTPConnection/0.0.1/JCDHTTPConnection.podspec +++ b/JCDHTTPConnection/0.0.1/JCDHTTPConnection.podspec @@ -8,6 +8,5 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/jdriscoll/JCDHTTPConnection.git", :commit => "183bade3939befd9c056b31a2614944f5efc9e2a" } s.platform = :ios s.source_files = 'Classes/JCDHTTPConnection.{h,m}' - s.clean_path = 'JCDHTTPConnectionExample' s.requires_arc = true end diff --git a/KissXML/5.0/KissXML.podspec b/KissXML/5.0/KissXML.podspec index 83d5a0321b9a5d6..d83870cc1f62b05 100644 --- a/KissXML/5.0/KissXML.podspec +++ b/KissXML/5.0/KissXML.podspec @@ -7,7 +7,6 @@ Pod::Spec.new do |s| s.author = { 'Robbie Hanson' => 'robbiehanson@deusty.com' } s.source = { :git => 'https://github.com/robbiehanson/KissXML.git', :tag => '5.0' } s.source_files = 'KissXML/**/*.{h,m}' - s.clean_path = 'UnitTesting' s.library = 'xml2' s.requires_arc = true s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' } diff --git a/LLRoundSwitch/1.0.0/LLRoundSwitch.podspec b/LLRoundSwitch/1.0.0/LLRoundSwitch.podspec index 461155bc7dcb36b..3e8f1133e5a452d 100644 --- a/LLRoundSwitch/1.0.0/LLRoundSwitch.podspec +++ b/LLRoundSwitch/1.0.0/LLRoundSwitch.podspec @@ -14,7 +14,6 @@ Pod::Spec.new do |s| s.source_files = 'LLRoundSwitch/*.{h,m}' - s.clean_path = 'LLRoundSwitchDemo' s.frameworks = 'QuartzCore', 'UIKit', 'Foundation', 'CoreGraphics' diff --git a/Lockbox/1.0.2/Lockbox.podspec b/Lockbox/1.0.2/Lockbox.podspec index 74a575fd1ed6697..724e7a0daaa81c7 100644 --- a/Lockbox/1.0.2/Lockbox.podspec +++ b/Lockbox/1.0.2/Lockbox.podspec @@ -9,6 +9,5 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/granoff/Lockbox.git', :tag => '1.0.2' } s.source_files = 'Lockbox.{h,m}' - s.clean_path = 'LockBox' s.framework = 'Security' -end \ No newline at end of file +end diff --git a/MacMapKit/0.0.1/MacMapKit.podspec b/MacMapKit/0.0.1/MacMapKit.podspec index 1af6d3853606426..f569ffcfd0305ea 100644 --- a/MacMapKit/0.0.1/MacMapKit.podspec +++ b/MacMapKit/0.0.1/MacMapKit.podspec @@ -18,7 +18,6 @@ Pod::Spec.new do |s| # s.osx.deployment_target = '10.7' s.resources = "Source/Framework/Resources/*.{png,html,css,}" - s.clean_path = "Source/DemoApp", "Source/MapKit.xcodeproj" s.dependency 'SBJson', '2.2.3' s.header_dir = 'MapKit' diff --git a/ODRefreshControl/0.0.1/ODRefreshControl.podspec b/ODRefreshControl/0.0.1/ODRefreshControl.podspec index 01fe1b741eb4844..f2e66792464a917 100644 --- a/ODRefreshControl/0.0.1/ODRefreshControl.podspec +++ b/ODRefreshControl/0.0.1/ODRefreshControl.podspec @@ -12,7 +12,6 @@ Pod::Spec.new do |s| s.platform = :ios s.source_files = 'ODRefreshControl/ODRefreshControl*.{h,m}' - s.clean_path = 'Demo' s.framework = 'QuartzCore' s.requires_arc = true diff --git a/OHAttributedLabel/0.0.1.pre.1/OHAttributedLabel.podspec b/OHAttributedLabel/0.0.1.pre.1/OHAttributedLabel.podspec index d69475090c4ecec..4786dc99ad99fcc 100644 --- a/OHAttributedLabel/0.0.1.pre.1/OHAttributedLabel.podspec +++ b/OHAttributedLabel/0.0.1.pre.1/OHAttributedLabel.podspec @@ -14,7 +14,6 @@ Pod::Spec.new do |s| s.source_files = '*.{h,m}' - s.clean_path = "AttributedLabel Example" s.framework = 'CoreText' end diff --git a/ObjectiveLibModbus/0.0.1/ObjectiveLibModbus.podspec b/ObjectiveLibModbus/0.0.1/ObjectiveLibModbus.podspec index e59750f38ce04e6..bbce767d30feb02 100644 --- a/ObjectiveLibModbus/0.0.1/ObjectiveLibModbus.podspec +++ b/ObjectiveLibModbus/0.0.1/ObjectiveLibModbus.podspec @@ -9,6 +9,5 @@ Pod::Spec.new do |s| s.description = 'ObjectiveLibModbus is an Objective-C wrapper class for the libmodbus library.' \ 'I included tweaked and compiled libmodbus sourcefiles, that work with OS X and iOS in this project' s.source_files = 'ObjectiveLibModbus/*.{h,m}', 'Vendor/libmodbus/*.{c,h}' - s.clean_path = "Demo" s.requires_arc = true end diff --git a/ObjectiveLibModbus/0.0.2/ObjectiveLibModbus.podspec b/ObjectiveLibModbus/0.0.2/ObjectiveLibModbus.podspec index bfcbd0b857869c6..0105569f7c9f980 100644 --- a/ObjectiveLibModbus/0.0.2/ObjectiveLibModbus.podspec +++ b/ObjectiveLibModbus/0.0.2/ObjectiveLibModbus.podspec @@ -9,6 +9,5 @@ Pod::Spec.new do |s| s.description = 'ObjectiveLibModbus is an Objective-C wrapper class for the libmodbus library.' \ 'I included tweaked and compiled libmodbus sourcefiles, that work with OS X and iOS in this project' s.source_files = 'ObjectiveLibModbus/*.{h,m}', 'Vendor/libmodbus/*.{c,h}' - s.clean_path = "Demo" s.requires_arc = true end diff --git a/PinEntry/0.0.1/PinEntry.podspec b/PinEntry/0.0.1/PinEntry.podspec index cb758d9ed1c7c91..02d08b5e8a6e5ec 100644 --- a/PinEntry/0.0.1/PinEntry.podspec +++ b/PinEntry/0.0.1/PinEntry.podspec @@ -10,7 +10,6 @@ Pod::Spec.new do |s| s.platform = :ios s.source_files = 'PinEntry', 'PinEntry/Classes/**/*.{h,m,xib}' s.resources = "PinEntry/Resources/*.png" - s.clean_path = "Demo", "PinEntry.xcodeprj" s.framework = 'UIKit' s.requires_arc = false end diff --git a/PunchScrollView/1.0.0/PunchScrollView.podspec b/PunchScrollView/1.0.0/PunchScrollView.podspec index 592ebb5f63c7f36..e1766b356ccc907 100644 --- a/PunchScrollView/1.0.0/PunchScrollView.podspec +++ b/PunchScrollView/1.0.0/PunchScrollView.podspec @@ -10,5 +10,4 @@ Pod::Spec.new do |s| s.platform = :ios s.source_files = 'PunchScrollView.{h,m}' - s.clean_path = "ExampleProject" end diff --git a/ReactiveCocoa/0.0.1/ReactiveCocoa.podspec b/ReactiveCocoa/0.0.1/ReactiveCocoa.podspec index 2faf8243a367728..2054f2b696ee64c 100644 --- a/ReactiveCocoa/0.0.1/ReactiveCocoa.podspec +++ b/ReactiveCocoa/0.0.1/ReactiveCocoa.podspec @@ -20,6 +20,5 @@ Pod::Spec.new do |s| files.exclude(/UIControl/, /UITextField/) end s.source_files = files - s.clean_path = 'GHAPIDemo', 'RACiOSDemo', 'external', 'ReactiveCocoaFramework/ReactiveCocoa.xcodeproj', 'ReactiveCocoaFramework/ReactiveCocoaTests', '.gitignore', '.gitmodules' s.requires_arc = true end diff --git a/ReactiveCocoa/0.5.0/ReactiveCocoa.podspec b/ReactiveCocoa/0.5.0/ReactiveCocoa.podspec index d3f7821fcac3dd6..0fc4ab2c5894750 100644 --- a/ReactiveCocoa/0.5.0/ReactiveCocoa.podspec +++ b/ReactiveCocoa/0.5.0/ReactiveCocoa.podspec @@ -20,6 +20,5 @@ Pod::Spec.new do |s| files.exclude(/UIControl/, /UITextField/) end s.source_files = files - s.clean_path = 'GHAPIDemo', 'RACiOSDemo', 'external', 'ReactiveCocoaFramework/ReactiveCocoa.xcodeproj', 'ReactiveCocoaFramework/ReactiveCocoaTests', '.gitignore', '.gitmodules' s.requires_arc = true end diff --git a/UDTableView/1.0.0/UDTableView.podspec b/UDTableView/1.0.0/UDTableView.podspec index d98ddcfee9c1b2b..8c2343f5aaf15e1 100644 --- a/UDTableView/1.0.0/UDTableView.podspec +++ b/UDTableView/1.0.0/UDTableView.podspec @@ -10,5 +10,4 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/ud7/UDTableView-allowsMultipleSelection.git', :tag => '1.0.0' } s.source_files = '*.{h,m}' - s.clean_path = "Demo" end diff --git a/UIDeviceAddition/1.0/UIDeviceAddition.podspec b/UIDeviceAddition/1.0/UIDeviceAddition.podspec index ab323a13c941078..64bcb7000c69035 100644 --- a/UIDeviceAddition/1.0/UIDeviceAddition.podspec +++ b/UIDeviceAddition/1.0/UIDeviceAddition.podspec @@ -9,5 +9,4 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/gekitz/UIDevice-with-UniqueIdentifier-for-iOS-5.git', :tag => 'v1.0' } s.source_files = 'Classes/*.{h,m}' - s.clean_path = 'UIDeviceAddition', 'UIDeviceAddition.xcodeproj' end diff --git a/XMLReader/0.0.1/XMLReader.podspec b/XMLReader/0.0.1/XMLReader.podspec index 5e3f735bf43f6cb..6efd04ecad8105a 100644 --- a/XMLReader/0.0.1/XMLReader.podspec +++ b/XMLReader/0.0.1/XMLReader.podspec @@ -13,5 +13,4 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/RestKit/XML-to-NSDictionary.git', :commit => '30ca7efa24197df3cb27ffbf2e4afafd8fa827f2' } s.source_files = '*.{h,m}' - s.clean_path = 'Demo' end diff --git a/XYPieChart/1.0.0/XYPieChart.podspec b/XYPieChart/1.0.0/XYPieChart.podspec index 2735beb587bdd61..5e0c7f595bbed50 100644 --- a/XYPieChart/1.0.0/XYPieChart.podspec +++ b/XYPieChart/1.0.0/XYPieChart.podspec @@ -9,7 +9,6 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/xyfeng/XYPieChart.git", :commit => "37ed5796db0611dca290948be1280ba6d18de3a0" } s.platform = :ios, "5.0" s.source_files = "XYPieChart" - s.clean_path = "Demo" s.framework = "QuartzCore" s.requires_arc = true end diff --git a/ZKSforce/25.0.2/ZKSforce.podspec b/ZKSforce/25.0.2/ZKSforce.podspec index 1c277fe186f72c4..716139f927a85b7 100644 --- a/ZKSforce/25.0.2/ZKSforce.podspec +++ b/ZKSforce/25.0.2/ZKSforce.podspec @@ -7,7 +7,6 @@ Pod::Spec.new do |s| s.author = { 'Simon Fell' => 'fellforce@gmail.com' } s.source = { :git => 'https://github.com/superfell/zkSforce.git', :tag => 'v25.0.2' } s.source_files = 'zkSforce' - s.clean_path = "samples" s.library = 'xml2' s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' } end diff --git a/rump-ios/1.0/rump-ios.podspec b/rump-ios/1.0/rump-ios.podspec index 394d75690d957b7..479bb55115caf97 100644 --- a/rump-ios/1.0/rump-ios.podspec +++ b/rump-ios/1.0/rump-ios.podspec @@ -8,6 +8,5 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/tpuronen/rump-ios.git', :tag => '1.0.0' } s.platform = :ios s.source_files = 'Rump/Rump.*' - s.clean_path = "RumpTests" s.requires_arc = true end