From 0e1ac70eebaa47f0f367ff660952479c46de86ac Mon Sep 17 00:00:00 2001 From: loevborg Date: Tue, 17 Feb 2015 14:22:39 +0100 Subject: [PATCH] Changes to pod spec MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .iOS-Slide-Menu.podspec.swp | Bin 0 -> 12288 bytes iOS-Slide-Menu.podspec | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 .iOS-Slide-Menu.podspec.swp diff --git a/.iOS-Slide-Menu.podspec.swp b/.iOS-Slide-Menu.podspec.swp new file mode 100644 index 0000000000000000000000000000000000000000..f4fb5b375eba5fb925476cadf313fd56feb6f933 GIT binary patch literal 12288 zcmeI2&u`N(6vtgIoC*y70S^w5s@Cb)1X84-RRX38s#SF3f?&!Lw=qlXEOz!o+d$&L z5&jyqzk7CnKbA0g#2_OL^ zfCP{L5YBUQf_pY*o^Fc|B!C2v01`j~NB{{S0VIF~kN^@u z0!ZL5BoM}gEHnw(1KI!or@#Nd-z4NK=nLo*=mlsE)B-g@*Fk4D2zdkQfxbcf8R#>p z1lfE!2p1AS0!RP}AOR$R1dsp{KmthMza_wBOeieP3cgp0g6r+Di0CRcMakXCxCk?T zpo(2Edrws<`p<;%E;49U77^Fr_sXkArmKnRQDyaeT5}kuZngZD_u7Tj z0o!AdR#BIOTI@J!XQ#H-<%CjXRVR?txw*7?8k(^xGH4_aN<;7i)}6Ll*My_vU;+c* ztB 'https://github.com/aryaxt/iOS-Slide-Menu'} s.source = {:git => 'https://github.com/aryaxt/iOS-Slide-Menu.git', :tag => '1.4.4'} s.platform = :ios, '6.0' - s.source_files = 'SlideMenu/Source/*.{h,m}', 'SlideMenu/Source/Animations/*.{h,m}', 'SlideMenu/Source/Assets/*.{png}' + s.source_files = 'SlideMenu/Source/*.{h,m}', 'SlideMenu/Source/Animations/*.{h,m}' s.resources = ['SlideMenu/Source/Assets/**/*'] s.framework = 'Foundation', 'UIKit' s.requires_arc = true