Skip to content

Commit

Permalink
2.0.1 reintroduce OTAcceleratorCoreBundle (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulajet authored Oct 7, 2020
1 parent 5d64bdd commit f756880
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions OTAcceleratorCore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ On the Android and iOS mobile platforms, when you try to set a listener (Android

s.source_files = 'OTAcceleratorCore/**/*.{h,m}'

# s.resource_bundles = {
# 'OTAcceleratorCoreBundle' => ['OTAcceleratorCoreBundle/**/*']
# }
s.resource_bundles = {
'OTAcceleratorCoreBundle' => ['OTAcceleratorCoreBundle/**/*.xib', 'OTAcceleratorCoreBundle/Assets.xcassets']
}

s.static_framework = true
s.public_header_files = 'OTAcceleratorCore/**/*.{h}'
Expand Down

0 comments on commit f756880

Please sign in to comment.