-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDIMPlugins.podspec
More file actions
30 lines (26 loc) · 1.36 KB
/
DIMPlugins.podspec
File metadata and controls
30 lines (26 loc) · 1.36 KB
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
#
# Be sure to run `pod lib lint dimplugins-objc.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 = 'DIMPlugins'
s.version = '1.2.3'
s.summary = 'Decentralized Instant Messaging Plugins'
s.homepage = 'https://github.com/dimchat/plugins-objc'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Albert Moky' => 'albert.moky@gmail.com' }
s.source = { :git => 'https://github.com/dimchat/plugins-objc.git', :tag => s.version.to_s }
# s.platform = :ios, "12.0"
s.ios.deployment_target = '12.0'
s.source_files = 'Classes', 'DIMPlugins/DIMPlugins/*.h', 'Classes/**/*.{h,inc,m,mm,c,cpp}'
# s.exclude_files = 'DIMPlugins/Classes/Exclude'
s.public_header_files = 'DIMPlugins/DIMPlugins/*.h', 'Classes/*.h', 'Classes/crypto/*.h', 'Classes/data/*.h', 'Classes/mkm/*.h', 'Classes/dkd/*.h', 'Classes/extends/*.h'
s.frameworks = 'Security'
# s.requires_arc = true
s.dependency 'DIMCore', '~> 1.2.3'
s.dependency 'DaoKeDao', '~> 1.2.3'
s.dependency 'MingKeMing', '~> 1.2.3'
end