-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1f6cc02
commit 509cf27
Showing
20 changed files
with
17,272 additions
and
13,635 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,18 @@ | ||
Pod::Spec.new do |spec| | ||
spec.name = 'DyteiOSCore' | ||
spec.version = '0.0.1' | ||
spec.homepage = 'https://dyte.io/' | ||
spec.summary = "Beta release for DyteiOSCore SDK which provides Audio/Video calling without UI" | ||
spec.description = "Logically separate the responsibility of video calling logic and UI. This means lesser memory needs, decoupling, speed, performance, and control over your RTC!" | ||
spec.source = { :git => "https://github.com/dyte-in/DyteMobileCoreiOS.git", :tag => "#{spec.version}" } | ||
spec.author = { "Shaunak Jagtap" => "[email protected]" } | ||
spec.license = { :type => "MIT", :file => "LICENSE" } | ||
spec.static_framework = true | ||
spec.vendored_frameworks = "DyteiOSCore.xcframework" | ||
spec.libraries = "c++" | ||
spec.module_name = "#{spec.name}_umbrella" | ||
spec.ios.deployment_target = '13.0' | ||
Pod::Spec.new do |s| | ||
s.name = "DyteiOSCore" | ||
s.version = "0.0.1" | ||
s.summary = "Beta release for DyteiOSCore SDK which provides Audio/Video calling without UI" | ||
s.description = "Logically separate the responsibility of video calling logic and UI. This means lesser memory needs, decoupling, speed, performance, and control over your RTC!" | ||
s.homepage = "https://dyte.io/" | ||
s.license = { :type => 'Copyright', :text => <<-LICENSE | ||
Copyright 2018 | ||
Permission is granted to... | ||
LICENSE | ||
} | ||
s.author = { "$(git config user.name)" => "$(git config user.email)" } | ||
s.source = { :git => "https://github.com/dyte-in/DyteMobileCoreiOS.git", :tag => "#{s.version}" } | ||
s.vendored_frameworks = "DyteiOSCore.xcframework" | ||
s.platform = :ios | ||
s.swift_version = "5.0" | ||
s.ios.deployment_target = '11.0' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+12.9 MB
DyteiOSCore.xcframework/ios-arm64-simulator/DyteiOSCore.framework/DyteiOSCore
Binary file not shown.
8,593 changes: 8,593 additions & 0 deletions
8,593
DyteiOSCore.xcframework/ios-arm64-simulator/DyteiOSCore.framework/Headers/DyteiOSCore.h
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
DyteiOSCore.xcframework/ios-arm64-simulator/DyteiOSCore.framework/Modules/module.modulemap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
framework module DyteiOSCore { | ||
umbrella header "DyteiOSCore.h" | ||
|
||
export * | ||
module * { export * } | ||
} |
20 changes: 20 additions & 0 deletions
20
...Core.xcframework/ios-arm64-simulator/dSYMs/DyteiOSCore.framework.dSYM/Contents/Info.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>English</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.apple.xcode.dsym.DyteiOSCore</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundlePackageType</key> | ||
<string>dSYM</string> | ||
<key>CFBundleSignature</key> | ||
<string>????</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>1.0</string> | ||
<key>CFBundleVersion</key> | ||
<string>1</string> | ||
</dict> | ||
</plist> |
Binary file added
BIN
+6.97 MB
...ios-arm64-simulator/dSYMs/DyteiOSCore.framework.dSYM/Contents/Resources/DWARF/DyteiOSCore
Binary file not shown.
Binary file not shown.
8,593 changes: 8,593 additions & 0 deletions
8,593
DyteiOSCore.xcframework/ios-arm64/DyteiOSCore.framework/Headers/DyteiOSCore.h
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
DyteiOSCore.xcframework/ios-arm64/DyteiOSCore.framework/Modules/module.modulemap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
framework module DyteiOSCore { | ||
umbrella header "DyteiOSCore.h" | ||
|
||
export * | ||
module * { export * } | ||
} |
20 changes: 20 additions & 0 deletions
20
DyteiOSCore.xcframework/ios-arm64/dSYMs/DyteiOSCore.framework.dSYM/Contents/Info.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>English</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.apple.xcode.dsym.DyteiOSCore</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundlePackageType</key> | ||
<string>dSYM</string> | ||
<key>CFBundleSignature</key> | ||
<string>????</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>1.0</string> | ||
<key>CFBundleVersion</key> | ||
<string>1</string> | ||
</dict> | ||
</plist> |
Binary file added
BIN
+6.97 MB
...framework/ios-arm64/dSYMs/DyteiOSCore.framework.dSYM/Contents/Resources/DWARF/DyteiOSCore
Binary file not shown.
Oops, something went wrong.