- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathObjectMapperCacheManager.podspec
More file actions
Latest commit
25 lines (18 loc) · 775 Bytes
/
Copy pathObjectMapperCacheManager.podspec
File metadata and controls
25 lines (18 loc) · 775 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
Pod::Spec.newdo |s|
s.name="ObjectMapperCacheManager"
s.version="1.1"
s.summary="A Light Tool For Cache Of ObjectMapper."
s.homepage="https://github.com/zzjzz9266a/ObjectMapperCacheManager"
s.license={:type=>"MIT",:file=>"LICENSE"}
s.author={"zzjzz9266a"=>"uestczzj@163.com"}
# When using multiple platforms
s.ios.deployment_target="9.0"
# s.osx.deployment_target = "10.11"
# s.watchos.deployment_target = "2.0"
# s.tvos.deployment_target = "9.0"
s.source={:git=>"https://github.com/zzjzz9266a/ObjectMapperCacheManager.git",:tag=>"v#{s.version}"}
s.source_files='Sources/*.swift'
s.dependency"ObjectMapper"
s.requires_arc=true
s.swift_version='4.0'
end