-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLikeMindsChat.podspec
More file actions
25 lines (21 loc) · 929 Bytes
/
LikeMindsChat.podspec
File metadata and controls
25 lines (21 loc) · 929 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
Pod::Spec.new do |spec|
spec.name = "LikeMindsChatData"
spec.summary = "Data Layer for LikeMindsChat"
spec.homepage = 'https://likeminds.community/'
spec.version = "1.6.0"
spec.license = { :type => 'MIT', :file => 'LICENSE' }
spec.authors = { 'pushpendrasingh' => 'pushpendra.singh@likeminds.community' }
spec.source = { :git => "https://github.com/LikeMindsCommunity/likeminds-chat-ios-data.git", :tag => spec.version }
#spec.vendored_frameworks = "LMChatFramework/LikeMindsChat.xcframework"
spec.resource_bundles = {
'LikeMindsChat' => ['LikeMindsChat/*.{xcassets}']
}
spec.ios.deployment_target = '13.0'
spec.swift_version = '5.0'
spec.requires_arc = true
spec.dependency 'Alamofire', '~>5.7.1'
spec.dependency 'RealmSwift', '~>10.40'
spec.dependency "FirebaseCore"
spec.dependency "FirebaseMessaging"
spec.dependency "FirebaseDatabase"
end