- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGoLog.podspec
More file actions
Latest commit
18 lines (17 loc) · 680 Bytes
/
Copy pathGoLog.podspec
File metadata and controls
18 lines (17 loc) · 680 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.newdo |s|
s.name='GoLog'
s.version='0.0.4'
s.summary='GoLog'
s.description="GoLog"
s.homepage="https://github.com/junbjnnn/GoLog"
s.license={:type=>"MIT",:file=>"LICENSE"}
s.author={"GoLog"=>"info@GoLog.com"}
s.source={:git=>"https://github.com/junbjnnn/GoLog.git",:tag=>"#{s.version}"}
s.ios.deployment_target='10.0'
s.source_files="GoLog/**/*.{h,m,swift,xib,storyboard}"
s.resource_bundles={
'GoLog'=>['GoLog/GoLogBundle/*.{storyboard,xib,xcassets,json,imageset,png}']
}
s.dependency'SwiftLog','1.0.0'
s.swift_version="5.0"
end