Skip to content

Commit

Permalink
update .podspec for 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishan committed Dec 9, 2021
1 parent 5a7f76e commit 26b0569
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions AmityUIKit/2.7.0/AmityUIKit.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Pod::Spec.new do |s|
s.name = "AmityUIKit"
s.version = "2.7.0"
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://s3-ap-southeast-1.amazonaws.com/ekosdk-release/ios-uikit/2.7.0/uikit.zip' }
s.vendored_frameworks = 'AmityUIKit.xcframework', 'AmitySDK.xcframework'
s.platform = :ios
s.swift_version = "5"
s.ios.deployment_target = '12.0'
s.dependency 'Realm', '~> 10.12.0'

# Exclude arm64 architecture
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }

end

0 comments on commit 26b0569

Please sign in to comment.