Skip to content

Commit

Permalink
Include JSQMessagesViewController in public headers
Browse files Browse the repository at this point in the history
  • Loading branch information
cheungpat committed Nov 30, 2017
1 parent c6979a8 commit 4e5d78d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ SPEC CHECKSUMS:
Realm: 6f23fd1f178a09342eac21bfa7c2bf4312a7a180
SKPhotoBrowser: aa02de50f56d80fac23f543e40847af6b360e4b3
SKYKit: f929480e612606e31c8d2a57278076550d352678
SKYKitChat: 946d86e1ea2c84a372c8166995511597370f2fb7
SKYKitChat: 19a8e2c2726e5b7b7a28764c963e4660b296e418
SocketRocket: d57c7159b83c3c6655745cd15302aa24b6bae531
Specta: 3e1bd89c3517421982dc4d1c992503e48bd5fe66
SVProgressHUD: c404a55d78acbeb7ebb78b76d3faf986475a6994
Expand Down
1 change: 1 addition & 0 deletions SKYKitChat.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ This is the client library for the Skygear Chat extension.

s.subspec 'UI' do |sp|

sp.public_header_files = 'SKYKitChat/Classes/**/*.h', 'lib/JSQMessagesViewController/JSQMessagesViewController/**/*.h'
sp.source_files = 'SKYKitChat/Classes/UI/**/*', 'lib/JSQMessagesViewController/**/*.{h,m}'
sp.exclude_files = 'lib/JSQMessagesViewController/JSQMessagesTests/**/*', 'lib/JSQMessagesViewController/JSQMessagesDemo/**/*'

Expand Down

0 comments on commit 4e5d78d

Please sign in to comment.