Skip to content

Commit

Permalink
Fix CocoaPods missing resource
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisakers committed May 28, 2018
1 parent 75d9572 commit a125c3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BulletinBoard.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BulletinBoard"
s.version = "2.0.0"
s.version = "2.0.1"
s.summary = "Generate and Display Bottom Card Interfaces for iOS"
s.description = <<-DESC
BulletinBoard is an iOS library that generates and manages contextual cards displayed at the bottom of the screen. It is especially well suited for quick user interactions such as onboarding screens or configuration.
Expand All @@ -17,4 +17,5 @@ Pod::Spec.new do |s|
s.frameworks = "UIKit"
s.documentation_url = "https://alexaubry.github.io/BulletinBoard"
s.module_name = "BLTNBoard"
s.resources = "Resources/**/*.{lproj,png}"
end

0 comments on commit a125c3d

Please sign in to comment.