@@ -15,12 +15,12 @@ Pod::Spec.new do |s|
15
15
# summary should be tweet-length, and the description more in depth.
16
16
#
17
17
18
- s . name = "MyLinearLayout "
19
- s . version = "1.1.0 "
20
- s . summary = "一个功能强大的IOS布局类库,可以适配各种屏幕和各种操作系统 ,不需要去学习AutoLayout,不用去学习Size Class。 "
18
+ s . name = "MyLayout "
19
+ s . version = "1.1.2 "
20
+ s . summary = "A powerful iOS view layout library, suitable for all kinds of screen size. Don't need to learn AutoLayout and SizeClass. "
21
21
22
22
s . description = <<-DESC
23
- A longer description of MyLinearLayout in Markdown format.
23
+ A longer description of MyLayout in Markdown format.
24
24
25
25
* Think: Why did you write this? What is the focus? What does it do?
26
26
* CocoaPods will be using this to generate tags, and improve search results.
@@ -29,7 +29,7 @@ Pod::Spec.new do |s|
29
29
DESC
30
30
31
31
s . homepage = "https://github.com/youngsoft/MyLinearLayout"
32
- # s.screenshots = "www.example. com/screenshots_1 .gif", "www.example. com/screenshots_2 .gif"
32
+ s . screenshots = "http://7xoymz.com1.z0.glb.clouddn. com/mylayout .gif" , "http://7xoymz.com1.z0.glb.clouddn. com/sizeClassLayout .gif"
33
33
34
34
35
35
# ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
@@ -39,7 +39,7 @@ Pod::Spec.new do |s|
39
39
# Popular ones are 'MIT', 'BSD' and 'Apache License, Version 2.0'.
40
40
#
41
41
42
- s . license = "MIT (example) "
42
+ s . license = "MIT"
43
43
# s.license = { :type => "MIT", :file => "FILE_LICENSE" }
44
44
45
45
@@ -65,7 +65,7 @@ Pod::Spec.new do |s|
65
65
#
66
66
67
67
# s.platform = :ios
68
- # s.platform = :ios, "5 .0"
68
+ s . platform = :ios , "7 .0"
69
69
70
70
# When using multiple platforms
71
71
# s.ios.deployment_target = "5.0"
@@ -79,7 +79,7 @@ Pod::Spec.new do |s|
79
79
# Supports git, hg, bzr, svn and HTTP.
80
80
#
81
81
82
- s . source = { :git => "https://github.com/youngsoft/MyLinearLayout.git" , :tag => "1.1.0 " }
82
+ s . source = { :git => "https://github.com/youngsoft/MyLinearLayout.git" , :tag => "1.1.2 " }
83
83
84
84
85
85
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
@@ -90,10 +90,10 @@ Pod::Spec.new do |s|
90
90
# Not including the public_header_files will make all headers public.
91
91
#
92
92
93
- s . source_files = "Classes" , "Classes/** /*.{h,m}"
94
- s . exclude_files = "Classes/Exclude"
93
+ s . source_files = "MyLayout/Lib /*.{h,m}"
94
+ # s.exclude_files = "Classes/Exclude"
95
95
96
- # s.public_header_files = "Classes/** /*.h"
96
+ s . public_header_files = "MyLayout/Lib /*.h"
97
97
98
98
99
99
# ――― Resources ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
0 commit comments