Skip to content

Commit

Permalink
fix MTLocation 0.9 file mask
Browse files Browse the repository at this point in the history
  • Loading branch information
yetithefoot committed Oct 15, 2012
1 parent 5351cca commit ce5885b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MTLocation/0.9/MTLocation.podspec
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions 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 <UIKit/UIKit.h>', '#import <Foundation/Foundation.h>', '#import <QuartzCore/QuartzCore.h>'
end

0 comments on commit ce5885b

Please sign in to comment.