Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert "Test"
This reverts commit 782588a.
  • Loading branch information
lucdion committed Oct 30, 2019
commit ecc4cf97bb8a07c1e812ebcca08147907d8c19ee
3 changes: 1 addition & 2 deletions PinLayout.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@

Pod::Spec.new do |spec|
spec.name = "PinLayout"
spec.version = "1.8.12"
spec.version = "1.8.13"
spec.summary = "Fast Swift Views layouting without auto layout. No magic, pure code, full control and blazing fast."
spec.description = "Fast Swift Views layouting without auto layout. No magic, pure code, full control and blazing fast. Concise syntax, intuitive, readable & chainable. [iOS/macOS/tvOS/CALayer]"
spec.homepage = "https://github.com/layoutBox/PinLayout"
spec.license = "MIT license"
spec.author = { "Luc Dion" => "[email protected]" }
spec.source = { :git => "https://github.com/layoutBox/PinLayout.git", :tag => "#{spec.version}" }
spec.source_files = "Sources/**/*.swift"
spec.swift_version = ['4.2', '5.0', '5.1', '5.1.1']

spec.ios.deployment_target = '8.0'
spec.ios.frameworks = 'Foundation', 'CoreGraphics', 'UIKit'
Expand Down