- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSGModleKeyValues.podspec
More file actions
Latest commit
26 lines (14 loc) · 691 Bytes
/
Copy pathSGModleKeyValues.podspec
File metadata and controls
26 lines (14 loc) · 691 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
Pod::Spec.newdo |s|
s.name="SGModleKeyValues"
s.version="1.1.0"
s.summary="A runtime dictionary transfer to model and model transfer to dictionary"
s.description="SGModleKeyValues is a quick round of model and dictionary transfer tools"
s.homepage="https://github.com/install-b/SGModleKeyValues"
s.license="MIT"
s.author={"ShangenZhang"=>"gkzhangshangen@163.com"}
s.platform=:ios,"7.0"
s.source={:git=>"https://github.com/install-b/SGModleKeyValues.git",:tag=>s.version}
s.source_files="SGModelKeyValues/**/*.{h,m}"
s.framework="Foundation"
s.requires_arc=true
end