Skip to content

Commit

Permalink
chore(podpec): add bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Jun 4, 2014
1 parent d51167d commit 2a651e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CrayWebViewController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
:tag => s.version.to_s
}
s.source_files = "Lib/**/*.{h,m}"
s.resources = ["Lib/**/*.storyboard"]
s.resources = ["Lib/**/*.storyboard", "Lib/**/*.bundle"]

s.requires_arc = true
s.dependency "NJKWebViewProgress"
Expand Down

0 comments on commit 2a651e8

Please sign in to comment.