Skip to content

Commit

Permalink
add Xib to podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
uzysjung committed May 14, 2014
1 parent 71cb852 commit 3d33bcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UzysSlideMenu.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/uzysjung/UzysSlideMenu.git", :tag => "1.1.0" }
s.requires_arc = false
s.source_files = 'UzysSlideMenu/Library'
s.resources = ["UzysSlideMenu/Library/*.xib"]
s.public_header_files = 'UzysSlideMenu/Library/*.h'
s.ios.frameworks = 'QuartzCore'

Expand Down

0 comments on commit 3d33bcf

Please sign in to comment.