Skip to content

Commit

Permalink
include xib files as resources
Browse files Browse the repository at this point in the history
  • Loading branch information
amro committed Dec 19, 2013
1 parent b39cc72 commit 3e466a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ChimpKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Pod::Spec.new do |s|

s.source = { :git => "https://github.com/mailchimp/ChimpKit3.git", :tag => "3.0.0" }

s.source_files = 'ChimpKit3', 'Classes/**/*.{h,m,xib}'
s.source_files = 'ChimpKit3', 'ChimpKit3/**/*.{h,m}'
s.resources = ['ChimpKit3/**/*.{xib}']
s.requires_arc = true
end

0 comments on commit 3e466a0

Please sign in to comment.