-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathLikeMindsChatCore.podspec
More file actions
27 lines (23 loc) · 1018 Bytes
/
Copy pathLikeMindsChatCore.podspec
File metadata and controls
27 lines (23 loc) · 1018 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Pod::Spec.new do |spec|
spec.name = 'LikeMindsChatCore'
spec.summary = 'LikeMinds Chat official iOS SDK'
spec.homepage = 'https://likeminds.community/'
spec.version = '1.9.1'
spec.license = { :type => 'Apache-2.0', :file => 'LICENSE' }
spec.authors = { 'pushpendrasingh' => 'pushpendra.singh@likeminds.community' }
spec.source = { :git => "https://github.com/LikeMindsCommunity/likeminds-chat-ios.git", :tag => spec.version }
spec.source_files = 'LMChatCore_iOS/LMChatCore_iOS/Source/**/*.swift'
spec.resource_bundles = {
'LikeMindsChatCore' => ['LMChatCore_iOS/LMChatCore_iOS/Source/Assets/**/*']
}
spec.ios.deployment_target = '13.0'
spec.swift_version = '5.0'
spec.requires_arc = true
spec.dependency "AWSCore"
spec.dependency "AWSCognito"
spec.dependency "AWSS3"
spec.dependency 'Giphy'
spec.dependency 'LikeMindsChatData', '~>1.9.1'
spec.dependency 'LikeMindsChatUI', '~>1.9.1'
spec.dependency 'lottie-ios', '~>4.5.1'
end