It builds

This commit is contained in:
Pritesh Nandgaonkar
2018-06-04 13:40:13 -04:00
parent b72572e922
commit 308c101fec
2 changed files with 1 additions and 2 deletions

View File

@@ -18,5 +18,4 @@ target 'SonarKit' do
pod 'Folly', :podspec => 'third-party-podspecs/Folly.podspec'
pod 'Sonar', :podspec => '../xplat/Sonar/SonarKitCPP.podspec'
pod 'CocoaAsyncSocket'
pod 'PeerTalk', :git => 'https://github.com/rsms/peertalk'
end

View File

@@ -17,7 +17,7 @@ Pod::Spec.new do |spec|
spec.dependency 'Folly'
spec.dependency 'Sonar'
spec.dependency 'CocoaAsyncSocket', '~> 7.6'
# spec.dependency 'PeerTalk', '~> 0.0'
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}',