-
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.
Merge pull request #1 from SpotIM/task/version_1.0.0
1.0.0
- Loading branch information
Showing
34 changed files
with
15,785 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
OpenWeb Ltd. – License for Use of OpenWebSDK provided by OpenWeb Ltd. Mobile | ||
© 2024 – OpenWeb Ltd. | ||
|
||
The OpenWeb SDK, code examples, and associated documentation (the | ||
"Software") licensed to you by OpenWeb Ltd. (“OpenWeb”) are licensed under the following | ||
terms: | ||
|
||
Subject to your full compliance with all of the terms herein, OpenWeb hereby grants you a non- | ||
exclusive, revocable, non-sublicensable, non-transferable worldwide and limited right | ||
license to use the Software solely for the purpose of learning to integrate and integrating | ||
OpenWeb's SDK with your application. You do not have any other rights or license to the | ||
Software. You may not distribute or otherwise use the Software without OpenWeb's prior written | ||
approval. | ||
|
||
OpenWeb PROVIDES THE SOFTWARE "AS IS" WITHOUT WARRANTY OF ANY KIND, | ||
EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE | ||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR | ||
PURPOSE OR NON INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR | ||
COPYRIGHT HOLDERS OF THE SOFTWARE BE LIABLE FOR ANY CLAIM, | ||
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT | ||
OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE | ||
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
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,15 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'OpenWebCommon' | ||
s.version = '1.0.0' | ||
s.summary = 'OpenWeb Common SDK' | ||
s.description = 'OpenWeb Common SDK for OpenWebSDK' | ||
s.homepage = "https://www.openweb.com" | ||
s.screenshots = 'https://github.com/SpotIM/spotim-ios-sdk-pod/assets/8794663/b451b791-92fc-4946-be64-00531d216fd3' | ||
s.license = { :type => 'CUSTOM', :file => 'LICENSE' } | ||
s.author = { 'Alon Shprung' => '[email protected]' } | ||
s.platform = :ios | ||
s.ios.deployment_target = '13.0' | ||
s.source = { :git => 'https://github.com/SpotIM/openweb-ios-common-sdk-pod.git', :tag => s.version.to_s } | ||
|
||
s.ios.vendored_frameworks = 'OpenWebCommon.xcframework' | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>AvailableLibraries</key> | ||
<array> | ||
<dict> | ||
<key>BinaryPath</key> | ||
<string>OpenWebCommon.framework/OpenWebCommon</string> | ||
<key>DebugSymbolsPath</key> | ||
<string>dSYMs</string> | ||
<key>LibraryIdentifier</key> | ||
<string>ios-arm64_x86_64-simulator</string> | ||
<key>LibraryPath</key> | ||
<string>OpenWebCommon.framework</string> | ||
<key>SupportedArchitectures</key> | ||
<array> | ||
<string>arm64</string> | ||
<string>x86_64</string> | ||
</array> | ||
<key>SupportedPlatform</key> | ||
<string>ios</string> | ||
<key>SupportedPlatformVariant</key> | ||
<string>simulator</string> | ||
</dict> | ||
<dict> | ||
<key>BinaryPath</key> | ||
<string>OpenWebCommon.framework/OpenWebCommon</string> | ||
<key>DebugSymbolsPath</key> | ||
<string>dSYMs</string> | ||
<key>LibraryIdentifier</key> | ||
<string>ios-arm64</string> | ||
<key>LibraryPath</key> | ||
<string>OpenWebCommon.framework</string> | ||
<key>SupportedArchitectures</key> | ||
<array> | ||
<string>arm64</string> | ||
</array> | ||
<key>SupportedPlatform</key> | ||
<string>ios</string> | ||
</dict> | ||
</array> | ||
<key>CFBundlePackageType</key> | ||
<string>XFWK</string> | ||
<key>XCFrameworkFormatVersion</key> | ||
<string>1.0</string> | ||
</dict> | ||
</plist> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.