- Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathYBModelFile.podspec
More file actions
Latest commit
28 lines (16 loc) · 863 Bytes
/
Copy pathYBModelFile.podspec
File metadata and controls
28 lines (16 loc) · 863 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.newdo |s|
s.name="YBModelFile"
s.version="1.0.3"
s.summary="iOS 效率工具:自动生成 Model 文件(数据模型) / iOS efficiency tool : create data model files automatically"
s.description=<<-DESC
iOS 效率工具:自动生成 Model 文件(数据模型) / iOS efficiency tool : create data model files automatically
只需传入一个 json 数据就能自动生成所需文件,拖入工程就能使用。
DESC
s.homepage="https://github.com/indulgeIn"
s.license="MIT"
s.author={"杨波"=>"1106355439@qq.com"}
s.platform=:ios,"8.0"
s.source={:git=>"https://github.com/indulgeIn/YBModelFile.git",:tag=>"#{s.version}"}
s.source_files="YBModelFile/**/*.{h,m}"
s.requires_arc=true
end