Skip to content

Commit

Permalink
- Adding missing resources to podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaxt committed Jan 28, 2014
1 parent 59cc5c3 commit af6e1c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iOS-Slide-Menu.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.author = {'Aryan Gh' => 'https://github.com/aryaxt/iOS-Slide-Menu'}
s.source = {:git => 'https://github.com/aryaxt/iOS-Slide-Menu.git', :tag => '1.3.0'}
s.platform = :ios, '6.0'
s.source_files = 'SlideMenu/Source/*.{h,m}'
s.source_files = 'SlideMenu/Source/*.{h,m}', 'SlideMenu/Source/Animations/*.{h,m}', 'SlideMenu/Source/Assets/*.{png}'
s.resources = ['SlideMenu/Source/Assets/**/*']
s.framework = 'Foundation', 'UIKit'
s.requires_arc = true
Expand Down

0 comments on commit af6e1c3

Please sign in to comment.