Skip to content

Commit

Permalink
Merge pull request #1 from SpotIM/task/version_1.0.0
Browse files Browse the repository at this point in the history
1.0.0
  • Loading branch information
alonshp authored Feb 26, 2025
2 parents 8e6d7a5 + 29b65ad commit 1e50ecf
Show file tree
Hide file tree
Showing 34 changed files with 15,785 additions and 0 deletions.
22 changes: 22 additions & 0 deletions LICENSE
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.
15 changes: 15 additions & 0 deletions OpenWebCommon.podspec
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
48 changes: 48 additions & 0 deletions OpenWebCommon.xcframework/Info.plist
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.
Loading

0 comments on commit 1e50ecf

Please sign in to comment.