Skip to content

Commit

Permalink
update pod spec
Browse files Browse the repository at this point in the history
  • Loading branch information
leavez committed Jun 18, 2017
1 parent 45d37f7 commit 714c6ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CKTableViewTransactionalDataSource.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ Pod::Spec.new do |s|

s.ios.deployment_target = '8.0'
s.public_header_files = 'CKTableViewTransactionalDataSource/*.h'
s.source_files = 'CKTableViewTransactionalDataSource/**/*'
s.source_files = 'CKTableViewTransactionalDataSource/**/*.{h,m,mm,swift,c}'
s.library = 'c++'
s.pod_target_xcconfig = { 'CLANG_WARN_DOCUMENTATION_COMMENTS' => 'NO' }
s.dependency "ComponentKit", '~> 0.20'
end
2 changes: 1 addition & 1 deletion Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ CHECKOUT OPTIONS:
:git: https://github.com/leavez/componentkit.git

SPEC CHECKSUMS:
CKTableViewTransactionalDataSource: 8776142a890e710e3626f47ceefb6d719139368b
CKTableViewTransactionalDataSource: a7ea39dd8a9630a64f1352e5b09f46078434d0ec
ComponentKit: 54a9e19e4072c4a11dae762e1846cc1e7496cf48

PODFILE CHECKSUM: d6b4c89d265b03122a03db3934fe47e45d053f50
Expand Down

0 comments on commit 714c6ec

Please sign in to comment.