Skip to content

Commit ca9bc7d

Browse files
committed
Updated podspec
1 parent 1cf994f commit ca9bc7d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

StateMachine.podspec

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ Pod::Spec.new do |s|
1717

1818
s.public_header_files = ['StateMachine/StateMachine.h',
1919
'StateMachine/LSStateMachine.h',
20-
'StateMachine/LSStateMachineMacros.h']
20+
'StateMachine/LSStateMachineMacros.h',
21+
'StateMachine/LSStateMachineTypedefs.h',
22+
'StateMachine/LSStateMachineDynamicAdditions.h']
2123

2224
s.requires_arc = true
2325
end

0 commit comments

Comments
 (0)