Skip to content

Commit

Permalink
Merge pull request CocoaPods#401 from marcelofabri/master
Browse files Browse the repository at this point in the history
Fixing NoticeView
  • Loading branch information
fabiopelosin committed Aug 20, 2012
2 parents 6208651 + 2d78c7b commit a515f5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MGImageUtilities/0.0.1/MGImageUtilities.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/mattgemmell/MGImageUtilities.git", :commit => "2903a9a2993684ea001b06c61cba2a51faf631d6" }
s.platform = :ios
s.source_files = 'Classes/UIImage*.{h,m}'
end
end
1 change: 1 addition & 0 deletions NoticeView/2.1/NoticeView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ Pod::Spec.new do |s|
s.frameworks = 'Foundation', 'UIKit', 'CoreGraphics', 'QuartzCore'
s.resources = 'NoticeView/WBNoticeView/NoticeView.bundle'
s.compiler_flags = '-Wno-format', '-Wno-objc-missing-super-calls'
s.requires_arc = true
end

0 comments on commit a515f5a

Please sign in to comment.