forked from gsdios/SDAutoLayout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSDAutoLayout.podspec
28 lines (16 loc) · 988 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 = "2.1.3"
s.summary = "The most easy way for autoLayout. 2.1.3版本更新内容:增加设置偏移量offset功能;修复用xib生成的view出现的部分约束失效问题;修复其他bug"
s.homepage = "https://github.com/gsdios/SDAutoLayout"
# s.screenshots = "https://camo.githubusercontent.com/5d9e879c7006297b3d6e12c20c6cd1e15bf83016/687474703a2f2f7777332e73696e61696d672e636e2f626d6964646c652f39623831343665646777316578346d756b69787236673230396730376c6864742e676966"
s.license = "MIT"
s.author = { "GSD_iOS" => "gsdios@126.com" }
s.platform = :ios
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/gsdios/SDAutoLayout.git", :tag => "2.1.3"}
s.source_files = "SDAutoLayoutDemo/SDAutoLayout/**/*.{h,m}"
# s.public_header_files = "Classes/**/*.h"
s.requires_arc = true
# s.dependency "JSONKit", "~> 1.4"
end