Skip to content

Commit

Permalink
Remove unnecessory images from pods
Browse files Browse the repository at this point in the history
  • Loading branch information
derekcoder committed Apr 3, 2019
1 parent f303e9f commit 8214391
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Example/Pods/Target Support Files/Tapticc/Info.plist

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions Tapticc.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Tapticc'
s.version = '1.1.0'
s.version = '1.1.1'
s.summary = 'Easy way to use haptic feedback through Taptic Engine in iOS.'

s.description = <<-DESC
Expand All @@ -18,8 +18,4 @@ Pod::Spec.new do |s|
s.swift_version = '5.0'

s.source_files = 'Tapticc/Classes/**/*'

s.resource_bundles = {
'Tapticc' => ['Tapticc/Assets/*.png']
}
end

0 comments on commit 8214391

Please sign in to comment.