-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathJYObjectModule.podspec
More file actions
28 lines (21 loc) · 956 Bytes
/
JYObjectModule.podspec
File metadata and controls
28 lines (21 loc) · 956 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
28
Pod::Spec.new do |s|
s.name = 'JYObjectModule'
s.version = '0.0.29'
s.summary = 'A module of models definition.'
s.description = <<-DESC
A module of models definition on iOS platform for jiangyou tec. only.
DESC
s.homepage = 'https://github.com/jiangtour/JYObjectModule'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'aiXing' => '862099730@qq.com' }
s.platform = :ios, '7.0'
s.source = { :git => 'https://github.com/jiangtour/JYObjectModule.git', :tag => '0.0.29' , :submodules => true }
s.source_files = 'JYObjectModule/Models/*.{h,m}', 'JYObjectModule/Models/Normal/*.{h,m}', 'JYObjectModule/Models/Storage/*.{h,m}'
s.frameworks = 'Foundation'
s.requires_arc = true
s.dependency 'Realm'
s.dependency 'MJExtension'
s.dependency 'SDWebImage'
s.dependency 'CocoaSecurity'
s.dependency 'UICKeyChainStore'
end