From ce5885b09d732bce5b92e1489f3b2ee28f671f18 Mon Sep 17 00:00:00 2001 From: YetiTheFoot Date: Mon, 15 Oct 2012 16:47:42 +0300 Subject: [PATCH] fix MTLocation 0.9 file mask --- MTLocation/0.9/MTLocation.podspec | 2 +- YTFToggler/0.1/YTFToggler.podspec | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/MTLocation/0.9/MTLocation.podspec b/MTLocation/0.9/MTLocation.podspec index ca95600b8d7bd1..a521fc60d0efa4 100644 --- a/MTLocation/0.9/MTLocation.podspec +++ b/MTLocation/0.9/MTLocation.podspec @@ -17,7 +17,7 @@ Pod::Spec.new do |s| 'by setting property headingEnabled.' s.requires_arc = true - s.source_files = '*.{h,m}' + s.source_files = 'MTLocation' s.resources = "Resources/*.png" s.frameworks = 'MapKit', 'CoreLocation' end diff --git a/YTFToggler/0.1/YTFToggler.podspec b/YTFToggler/0.1/YTFToggler.podspec index 50fd10ea9e7bc9..f40e8e605d9c3d 100644 --- a/YTFToggler/0.1/YTFToggler.podspec +++ b/YTFToggler/0.1/YTFToggler.podspec @@ -1,15 +1,13 @@ Pod::Spec.new do |s| s.platform = :ios s.name = 'YTFToggler' - s.version = '0.1' s.license = 'MIT' s.summary = 'Simple toggler for side views.' s.homepage = 'https://github.com/yetithefoot/YTFToggler' s.authors = {'YetiTheFoot' => 'reg.yeti@gmail.com'} - s.source = { :git => 'https://github.com/yetithefoot/YTFToggler.git', :tag => '0.1'} + s.source = { :git => 'https://github.com/yetithefoot/YTFToggler.git'} s.source_files = 'YTFToggler/YTFToggler' s.requires_arc = false - s.framework = 'UIKit', 'Foundation', 'CoreGraphics' s.prefix_header_contents = '#import ', '#import ', '#import ' end \ No newline at end of file