This commit is contained in:
Pritesh Nandgaonkar
2018-06-01 15:43:44 +01:00
parent ef40c5f754
commit 9a6f612923
7 changed files with 219 additions and 29 deletions

View File

@@ -11,12 +11,13 @@ 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=> "master" }
:branch=> "iOS-RSocket" }
spec.module_name = 'SonarKit'
spec.dependency 'Folly'
spec.dependency 'Sonar'
spec.dependency 'CocoaAsyncSocket', '~> 7.6'
spec.dependency 'PeerTalk'
spec.dependency 'OpenSSL-Universal', '~> 1.0'
spec.source_files = 'iOS/FBDefines/*.{h,cpp,m,mm}', 'iOS/SonarKit/**/*.{h,cpp,m,mm}', 'iOS/SonarKit/FBCxxUtils/*.{h, mm}',
spec.public_header_files = 'iOS/SonarKit/CppBridge/*.{h}',
'iOS/SonarKit/FBCxxUtils/*.{h}',