-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMLinView.podspe
More file actions
55 lines (28 loc) · 1 KB
/
MLinView.podspe
File metadata and controls
55 lines (28 loc) · 1 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Pod::Spec.new do |s|
# s.name="MLinView"
# s.version="1.0.0"
# s.summary="a simple trunk layout, let you easy to create layout"
# s.homepage="https://github.com/chen397254698/MLinView"
# s.license="Apache License 2.0"
# s.author={"chen397254698"=>"397254698@qq.com"}
# s.platform= :ios,"9.0"
# s.source={ :git => "https://github.com/chen397254698/MLinView.git", :tag => s.version }
# s.source_files="MLinView", "MLinView/*.{h,m}"
# s.framework="UIKit"
# s.requires_arc=true
# s.dependency 'SnapKit'
# end
Pod::Spec.new do |s|
s.name = "MLinViewSample"
s.version = "1.0.0"
s.summary = "a simple trunk layout, let you easy to create layout"
s.homepage = "https://github.com/chen397254698/MLinView"
s.license = "Apache License 2.0"
s.author = { "wuhao" => "503007958@qq.com" }
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/chen397254698/MLinView.git", :tag => s.version }
s.source_files = "MLinViewSample"
s.framework = "UIKit"
s.requires_arc = true
s.dependency 'SnapKit'
end