-
Notifications
You must be signed in to change notification settings - Fork 1
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
Zryte
authored and
Zryte
committed
Oct 25, 2024
1 parent
a502fb5
commit 3966adc
Showing
1 changed file
with
22 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 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "AmitySDK" | ||
s.version = "6.45.0" | ||
s.summary = "An SDK for messaging, social & live video platform provided by Amity." | ||
s.description = <<-DESC | ||
Amity SDK supercharges your platform with social features — from Feeds and Chat to Stories and Live Streaming. Build online communities, drive social engagement, create positive experiences, and grow your revenue. | ||
DESC | ||
s.homepage = "https://docs.amity.co/" | ||
s.license = { :type => 'Copyright', :text => <<-LICENSE | ||
Copyright © 2021 Amity Corporation. | ||
All rights reserved. | ||
LICENSE | ||
} | ||
s.author = { "$(git config user.name)" => "$(git config user.email)" } | ||
s.source = { :http => 'https://sdk.amity.co/sdk-release/ios/6.45.0/amitysdk.zip' } | ||
s.vendored_frameworks = 'Frameworks/AmitySDK.xcframework' | ||
s.platform = :ios | ||
s.swift_version = "5" | ||
s.ios.deployment_target = '13.0' | ||
s.dependency 'RealmSwift', '10.49.3' | ||
|
||
end |