This commit is contained in:
Pritesh Nandgaonkar
2018-06-01 16:54:50 +01:00
parent 04b1ea9915
commit 5d36d890b3
3 changed files with 9 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ Pod::Spec.new do |spec|
spec.authors = 'Facebook'
# spec.prepare_command = 'mv src double-conversion'
spec.source = { :git => 'https://github.com/facebook/Sonar.git',
:branch => 'iOS-RSocket' }
:branch => 'master' }
spec.module_name = 'Sonar'
spec.public_header_files = 'xplat/Sonar/*.h'
spec.source_files = 'xplat/Sonar/*.{h,cpp,m,mm}'