forked from gsdios/SDAutoLayout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SDAutoLayout.podspec
28 lines (16 loc) · 974 Bytes
/
SDAutoLayout.podspec
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.51"
s.summary = "The most easy way for autoLayout. Based Runtime. 1.51版本更新内容:修复宽度自适应label在重用时候偶尔出现的宽度计算不准确的问题"
s.homepage = "https://github.com/gsdios/SDAutoLayout"
# s.screenshots = "https://camo.githubusercontent.com/5d9e879c7006297b3d6e12c20c6cd1e15bf83016/687474703a2f2f7777332e73696e61696d672e636e2f626d6964646c652f39623831343665646777316578346d756b69787236673230396730376c6864742e676966"
s.license = "MIT"
s.author = { "GSD_iOS" => "[email protected]" }
s.platform = :ios
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/gsdios/SDAutoLayout.git", :tag => "1.51"}
s.source_files = "SDAutoLayoutDemo/SDAutoLayout/**/*.{h,m}"
# s.public_header_files = "Classes/**/*.h"
s.requires_arc = true
# s.dependency "JSONKit", "~> 1.4"
end