added peertalksonar and specs folder

This commit is contained in:
Pritesh Nandgaonkar
2018-06-04 23:48:37 -04:00
parent 4cafc351b5
commit a4efaca1a6
12 changed files with 231 additions and 35 deletions

View File

@@ -10,13 +10,13 @@ target 'Sample' do
pod 'DoubleConversion', :podspec => '../third-party-podspecs/DoubleConversion.podspec'
pod 'glog', :podspec => '../third-party-podspecs/glog.podspec'
pod 'Folly', :podspec => '../third-party-podspecs/Folly.podspec'
pod 'PeerTalk', :git => 'https://github.com/rsms/peertalk'
pod 'PeerTalkSonar', :podspec => '../third-party-podspecs/PeerTalkSonar.podspec'
pod 'ComponentKit', :podspec => '../third-party-podspecs/ComponentKit.podspec'
pod 'Yoga','~>1.8.1', :modular_headers => true
pod 'Sonar', :podspec => '../../xplat/Sonar/SonarKitCPP.podspec'
pod 'SonarKit', :podspec => '../SonarKit.podspec'
pod 'SonarKit/SonarKitLayoutComponentKitSupport', :podspec => '../SonarKit.podspec'
pod 'SonarKit/SKIOSNetworkPlugin', :podspec => '../SonarKit.podspec'
pod 'Sonar', :podspec => '../../xplat/Sonar/Sonar.podspec'
pod 'SonarKit', :podspec => '../../SonarKit.podspec'
pod 'SonarKit/SonarKitLayoutComponentKitSupport', :podspec => '../../SonarKit.podspec'
pod 'SonarKit/SKIOSNetworkPlugin', :podspec => '../../SonarKit.podspec'
post_install do |installer|
installer.pods_project.targets.each do |target|
if ['YogaKit'].include? target.name