-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathYJAPI.podspec
More file actions
32 lines (19 loc) · 785 Bytes
/
Copy pathYJAPI.podspec
File metadata and controls
32 lines (19 loc) · 785 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
29
30
31
32
Pod::Spec.new do |s|
s.name = 'YJAPI'
s.version = '0.0.6'
s.summary = 'A short description of YJAPI.'
s.description = <<-DESC
YJAPI
DESC
s.homepage = 'https://github.com/1091676312@qq.com/YJAPI'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { '╰莪呮想好好宠Nǐつ' => '1091676312@qq.com' }
s.source = { :git => 'https://github.com/yijingKing/YJAPI.git', :tag => s.version.to_s }
s.ios.deployment_target = '11.0'
s.swift_versions = '5.0'
s.source_files = 'YJAPI/Classes/**/*'
# s.resource_bundles = {
# 'YJAPI' => ['YJAPI/Assets/*.png']
# }
s.dependency 'Alamofire','~>5.6.2'
end