Skip to content

Commit

Permalink
Update podspec to include bubble-wrap bundled style
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Smollinger committed Feb 1, 2017
1 parent 2199bc5 commit 2768015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mapzen-ios-sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Pod::Spec.new do |s|
cs.dependency 'OnTheRoad', '~> 1.0.0-beta'
cs.dependency 'Tangram-es', '~> 0.4'
cs.source_files = "src/*.swift"
cs.resources = 'images/*.png'
cs.resources = [ 'images/*.png', 'tangram/*' ]
end
end

0 comments on commit 2768015

Please sign in to comment.