Skip to content

Commit

Permalink
Fix podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
CooperRS committed Nov 20, 2016
1 parent 3013632 commit 76b8efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RMActionController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|

s.source = { :git => "https://github.com/CooperRS/RMActionController.git", :tag => "1.1.0" }
s.source_files = 'RMActionController/**/*.{h, m}'
s.public_header_files = 'RMActionController/**/{RMActionController, RMAction, RMImageAction, RMGroupedAction, RMScrollableGroupedAction}.h'
s.public_header_files = 'RMActionController/RMActionController.h', 'RMActionController/Actions/RMAction.h', 'RMActionController/Actions/RMImageAction.h', 'RMActionController/Grouping Actions/RMGroupedAction.h', 'RMActionController/Grouping Actions/RMScrollableGroupedAction.h'

s.requires_arc = true
s.framework = 'CoreGraphics', 'QuartzCore'
Expand Down

0 comments on commit 76b8efb

Please sign in to comment.