forked from gsdios/SDAutoLayout
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathSDAutoLayout.podspec
More file actions
28 lines (16 loc) · 1020 Bytes
/
SDAutoLayout.podspec
File metadata and controls
28 lines (16 loc) · 1020 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.new do |s|
s.name = "SDAutoLayout"
s.version = "1.3"
s.summary = "一行代码搞定自动布局!支持Cell和Tableview高度自适应,Label和ScrollView内容自适应,致力于做最简单易用的AutoLayout库。The most easy way for autoLayout. Based Runtime."
s.homepage = "https://github.com/gsdios/SDAutoLayout"
# s.screenshots = "https://camo.githubusercontent.com/5d9e879c7006297b3d6e12c20c6cd1e15bf83016/687474703a2f2f7777332e73696e61696d672e636e2f626d6964646c652f39623831343665646777316578346d756b69787236673230396730376c6864742e676966"
s.license = "MIT"
s.platform = :ios
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/gsdios/SDAutoLayout.git", :tag => "1.3"}
s.source_files = "SDAutoLayout 测试 Demo/SDAutoLayout/**/*.{h,m}"
# s.public_header_files = "Classes/**/*.h"
s.requires_arc = true
# s.dependency "JSONKit", "~> 1.4"
end