@@ -25,11 +25,24 @@ Pod::Spec.new do |s|
2525 # * Write the description between the DESC delimiters below.
2626 # * Finally, don't worry about the indent, CocoaPods strips it!
2727 s . description = <<-DESC
28- * Support left to right (LTR) and right to left (RTL) languages.
28+
29+ Fast Swift UIViews layouting without auto layout. No magic, pure code, full control and blazing fast. Concise syntax, intuitive, readable & chainable.
30+ Support left to right (LTR) and right to left (RTL) languages.
2931 DESC
3032
3133 s . homepage = "https://mirego.github.io/PinLayout/"
34+ # s.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif"
35+
36+
37+ # ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
38+ #
39+ # Licensing your code is important. See http://choosealicense.com for more info.
40+ # CocoaPods will detect a license file if there is a named LICENSE*
41+ # Popular ones are 'MIT', 'BSD' and 'Apache License, Version 2.0'.
42+ #
43+
3244 s . license = "BSD 3-clause"
45+ # s.license = { :type => "MIT", :file => "FILE_LICENSE" }
3346
3447
3548 # ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
@@ -44,7 +57,7 @@ Pod::Spec.new do |s|
4457
4558 s . author = {
4659 "Luc Dion" => "[email protected] " , 47- 60+ 4861 }
4962
5063 # ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
0 commit comments