Skip to content

Commit

Permalink
Comment out resource_bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavlt committed Jun 27, 2016
1 parent 81c7730 commit 05d80ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions LiquidLoader.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "LiquidLoader"
s.version = "1.2.0"
s.version = "1.2.1"
s.summary = "Loader UI components with liquid animation"

# This description is used to generate tags and improve search results.
Expand All @@ -31,9 +31,9 @@ Pod::Spec.new do |s|
s.requires_arc = true

s.source_files = 'Pod/Classes/**/*'
s.resource_bundles = {
'LiquidLoader' => ['Pod/Assets/*.png']
}
# s.resource_bundles = {
# 'LiquidLoader' => ['Pod/Assets/*.png']
# }

# s.public_header_files = 'Pod/Classes/**/*.h'
# s.frameworks = 'UIKit', 'MapKit'
Expand Down

0 comments on commit 05d80ad

Please sign in to comment.