-
Notifications
You must be signed in to change notification settings - Fork 0
/
IMMsg.podspec
73 lines (63 loc) · 2.74 KB
/
IMMsg.podspec
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
#
# Be sure to run `pod lib lint IMMsg.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'IMMsg'
s.version = '0.0.12'
s.summary = 'A short description of IMMsg.'
# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
# * Try to keep it short, snappy and to the point.
# * Write the description between the DESC delimiters below.
# * Finally, don't worry about the indent, CocoaPods strips it!
s.description = <<-DESC
Add long description of the pod here.
DESC
s.homepage = 'https://github.com/tbzims/IosImSDK'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { '[email protected]' => '[email protected]' }
s.source = { :git => 'https://github.com/tbzims/IosImSDK.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
s.ios.deployment_target = '13.0'
s.requires_arc = true
s.swift_version = '5.0'
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
s.static_framework = true
s.vendored_frameworks = ['IMMsg/IMSDK.framework', 'IMMsg/CommonModule.framework']
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.resources = 'IMMsg/Class/Resources/*'
# s.resource_bundles = {
# 'IMMsg' => ['IMMsg/Assets/*.png']
# }
# s.public_header_files = 'Pod/Classes/**/*.h'
# s.frameworks = 'UIKit', 'MapKit'
# s.dependency 'AFNetworking', '~> 2.3'
s.dependency "BuzzWCDB", '1.1.1'
s.dependency "Alamofire", '~> 4.9.1'
s.dependency "HandyJSON", '~> 5.0.2'
s.dependency "RxSwiftExt", '~> 6.2.1'
s.dependency "MMKV", '~> 1.2.10'
s.dependency "SnapKit", '~> 4.2.0'
s.dependency "AliyunOSSiOS", '~> 2.10.15'
s.dependency "AWSS3", '~> 2.25.0'
s.dependency "Masonry", '~> 1.1.0'
s.dependency "CocoaLumberjack/Swift", '~> 3.7.2'
s.dependency "Localize-Swift", '~> 3.2.0'
s.dependency "RxGesture", '~> 4.0.2'
s.dependency "Texture", '~> 3.0.0'
s.dependency "NSObject+Rx", '~> 5.2.2'
s.dependency "R.swift", '= 6.1.0'
s.dependency "MJRefresh", '~> 3.7.5'
s.dependency "QMUIKit", '~> 4.5.1'
s.dependency "HYText", '~> 0.1.0'
s.dependency "YYModel", '~> 1.0.4'
s.dependency "SDWebImage", '~> 5.11.1'
s.dependency "JXPagingView", '= 2.1.2'
s.dependency "lottie-ios", '= 4.0.1'
end