added peertalksonar and specs folder
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -13,7 +13,7 @@ PODS:
|
||||
- OpenSSL-Universal (~> 1.0)
|
||||
- glog (0.3.5)
|
||||
- OpenSSL-Universal (1.0.2.13)
|
||||
- PeerTalk (0.0.2)
|
||||
- PeerTalkSonar (0.0.2)
|
||||
- RSocket (0.10.0):
|
||||
- Folly
|
||||
- Sonar (0.0.1):
|
||||
@@ -23,7 +23,7 @@ PODS:
|
||||
- CocoaAsyncSocket (~> 7.6)
|
||||
- Folly
|
||||
- OpenSSL-Universal (~> 1.0)
|
||||
- PeerTalk
|
||||
- PeerTalkSonar
|
||||
- Sonar
|
||||
- SonarKit/SKIOSNetworkPlugin (= 0.0.1)
|
||||
- SonarKit/SonarKitLayoutComponentKitSupport (= 0.0.1)
|
||||
@@ -34,7 +34,7 @@ PODS:
|
||||
- CocoaAsyncSocket (~> 7.6)
|
||||
- Folly
|
||||
- OpenSSL-Universal (~> 1.0)
|
||||
- PeerTalk
|
||||
- PeerTalkSonar
|
||||
- Sonar
|
||||
- SonarKit/SonarKitNetworkPlugin
|
||||
- SonarKit/SonarKitLayoutComponentKitSupport (0.0.1):
|
||||
@@ -42,7 +42,7 @@ PODS:
|
||||
- ComponentKit
|
||||
- Folly
|
||||
- OpenSSL-Universal (~> 1.0)
|
||||
- PeerTalk
|
||||
- PeerTalkSonar
|
||||
- Sonar
|
||||
- SonarKit/SonarKitLayoutPlugin
|
||||
- Yoga (~> 1.8)
|
||||
@@ -50,7 +50,7 @@ PODS:
|
||||
- CocoaAsyncSocket (~> 7.6)
|
||||
- Folly
|
||||
- OpenSSL-Universal (~> 1.0)
|
||||
- PeerTalk
|
||||
- PeerTalkSonar
|
||||
- Sonar
|
||||
- Yoga (~> 1.8)
|
||||
- YogaKit (= 1.8.1)
|
||||
@@ -58,7 +58,7 @@ PODS:
|
||||
- CocoaAsyncSocket (~> 7.6)
|
||||
- Folly
|
||||
- OpenSSL-Universal (~> 1.0)
|
||||
- PeerTalk
|
||||
- PeerTalkSonar
|
||||
- Sonar
|
||||
- Yoga (1.8.1)
|
||||
- YogaKit (1.8.1):
|
||||
@@ -69,12 +69,12 @@ DEPENDENCIES:
|
||||
- DoubleConversion (from `../third-party-podspecs/DoubleConversion.podspec`)
|
||||
- Folly (from `../third-party-podspecs/Folly.podspec`)
|
||||
- glog (from `../third-party-podspecs/glog.podspec`)
|
||||
- PeerTalk (from `https://github.com/rsms/peertalk`)
|
||||
- PeerTalkSonar (from `../third-party-podspecs/PeerTalkSonar.podspec`)
|
||||
- RSocket (from `../third-party-podspecs/RSocket.podspec`)
|
||||
- Sonar (from `../../xplat/Sonar/SonarKitCPP.podspec`)
|
||||
- SonarKit (from `../SonarKit.podspec`)
|
||||
- SonarKit/SKIOSNetworkPlugin (from `../SonarKit.podspec`)
|
||||
- SonarKit/SonarKitLayoutComponentKitSupport (from `../SonarKit.podspec`)
|
||||
- Sonar (from `../../xplat/Sonar/Sonar.podspec`)
|
||||
- SonarKit (from `../../SonarKit.podspec`)
|
||||
- SonarKit/SKIOSNetworkPlugin (from `../../SonarKit.podspec`)
|
||||
- SonarKit/SonarKitLayoutComponentKitSupport (from `../../SonarKit.podspec`)
|
||||
- Yoga (~> 1.8.1)
|
||||
|
||||
SPEC REPOS:
|
||||
@@ -95,22 +95,22 @@ EXTERNAL SOURCES:
|
||||
:podspec: "../third-party-podspecs/Folly.podspec"
|
||||
glog:
|
||||
:podspec: "../third-party-podspecs/glog.podspec"
|
||||
PeerTalk:
|
||||
:git: https://github.com/rsms/peertalk
|
||||
PeerTalkSonar:
|
||||
:podspec: "../third-party-podspecs/PeerTalkSonar.podspec"
|
||||
RSocket:
|
||||
:podspec: "../third-party-podspecs/RSocket.podspec"
|
||||
Sonar:
|
||||
:podspec: "../../xplat/Sonar/SonarKitCPP.podspec"
|
||||
:podspec: "../../xplat/Sonar/Sonar.podspec"
|
||||
SonarKit:
|
||||
:podspec: "../SonarKit.podspec"
|
||||
:podspec: "../../SonarKit.podspec"
|
||||
|
||||
CHECKOUT OPTIONS:
|
||||
ComponentKit:
|
||||
:commit: cdb1615aa730370a65baa0cf290b571bbef74cb4
|
||||
:commit: de618385741aacd659ce3eae5cb27bbf6b5a9963
|
||||
:git: https://github.com/facebook/ComponentKit.git
|
||||
PeerTalk:
|
||||
PeerTalkSonar:
|
||||
:commit: 588303b43efa5082d654b6f75d1b84a6ba4b5b9e
|
||||
:git: https://github.com/rsms/peertalk
|
||||
:git: https://github.com/rsms/PeerTalk.git
|
||||
RSocket:
|
||||
:commit: f3531f877f26d13c81cfa9c73a07919d76a9dddd
|
||||
:git: https://github.com/rsocket/rsocket-cpp.git
|
||||
@@ -130,13 +130,13 @@ SPEC CHECKSUMS:
|
||||
Folly: ce1c216bcb099ca6cda58fefbba02bf2e9fe0381
|
||||
glog: fdb5d40eb83acd6a4d5d61d95ecc583f5970a119
|
||||
OpenSSL-Universal: 401888162f11c33ebbd46f782d9229da35c61327
|
||||
PeerTalk: f5389c286e4d477e59b73dfbf25c5c70a2464761
|
||||
PeerTalkSonar: 648657ad6551ee1214555c8c3f1397a28c588156
|
||||
RSocket: 38b24504db9efbfb018a3b2b23a2d9500140a2a7
|
||||
Sonar: 29d8fb9b010e56fa1358be996d68d4b436dd8c21
|
||||
SonarKit: 85eb1b3ef1875279d44f73ec276e6bbef1b4fc80
|
||||
SonarKit: 1314be2c82396a24f9805818c731d931a7c7fef1
|
||||
Yoga: e6f1fed82138c17da5332e15e5770abf0e9cc386
|
||||
YogaKit: bb90d11e297e06abef7e0cfb20e035a6bd00cdc4
|
||||
|
||||
PODFILE CHECKSUM: dfac9036111405250e307ccbd8be7175dec53ede
|
||||
PODFILE CHECKSUM: 4c4d2b2552aaa91add9481791c49206f4fce7974
|
||||
|
||||
COCOAPODS: 1.5.2
|
||||
|
||||
@@ -361,7 +361,7 @@
|
||||
"-l\"ComponentKit\"",
|
||||
"-l\"DoubleConversion\"",
|
||||
"-l\"Folly\"",
|
||||
"-l\"PeerTalk\"",
|
||||
"-l\"PeerTalkSonar\"",
|
||||
"-l\"Sonar\"",
|
||||
"-l\"SonarKit\"",
|
||||
"-l\"Yoga\"",
|
||||
@@ -426,7 +426,7 @@
|
||||
"-l\"ComponentKit\"",
|
||||
"-l\"DoubleConversion\"",
|
||||
"-l\"Folly\"",
|
||||
"-l\"PeerTalk\"",
|
||||
"-l\"PeerTalkSonar\"",
|
||||
"-l\"Sonar\"",
|
||||
"-l\"SonarKit\"",
|
||||
"-l\"Yoga\"",
|
||||
|
||||
Reference in New Issue
Block a user