Skip to content

Commit 0e1ac70

Browse files
author
loevborg
committed
Changes to pod spec
Removed the source/assets-png’s from s.source_files, since this causes warnings when compiling the pod in project. The source/assets is correctly part of the pod spec: s.resources, and this is the only place it should appear
1 parent 2cf2b31 commit 0e1ac70

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.iOS-Slide-Menu.podspec.swp

12 KB
Binary file not shown.

iOS-Slide-Menu.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
s.author = {'Aryan Ghassemi' => 'https://github.com/aryaxt/iOS-Slide-Menu'}
1111
s.source = {:git => 'https://github.com/aryaxt/iOS-Slide-Menu.git', :tag => '1.4.4'}
1212
s.platform = :ios, '6.0'
13-
s.source_files = 'SlideMenu/Source/*.{h,m}', 'SlideMenu/Source/Animations/*.{h,m}', 'SlideMenu/Source/Assets/*.{png}'
13+
s.source_files = 'SlideMenu/Source/*.{h,m}', 'SlideMenu/Source/Animations/*.{h,m}'
1414
s.resources = ['SlideMenu/Source/Assets/**/*']
1515
s.framework = 'Foundation', 'UIKit'
1616
s.requires_arc = true

0 commit comments

Comments
 (0)