Skip to content

Commit

Permalink
update .podspec for 3.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nrlnishan committed Sep 4, 2023
1 parent ae7bcf9 commit bb7718f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions AmityUIKit/3.10.2/AmityUIKit.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Pod::Spec.new do |s|
s.name = "AmityUIKit"
s.version = "3.10.2"
s.summary = "A brief description of AmityUIKit project."
s.description = "An extended description of AmityUIKit project."
s.homepage = "https://github.com/EkoCommunications/EkoMessagingSDKUIKit"
s.license = { :type => 'Copyright', :text => <<-LICENSE
Copyright 2020
Permission is granted to...
LICENSE
}
s.author = { "$(git config user.name)" => "$(git config user.email)" }
s.source = { :http => 'https://sdk.amity.co/sdk-release/ios-uikit/3.10.2/uikit.zip' }
s.vendored_frameworks = 'AmityUIKit.xcframework', 'AmitySDK.xcframework'
s.platform = :ios
s.swift_version = "5"
s.ios.deployment_target = '13.0'
s.dependency 'RealmSwift', '10.39.1'

end

0 comments on commit bb7718f

Please sign in to comment.