forked from freak4pc/UIView-Positioning
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add PodSpec for UIView+Positioning v1.2
- Loading branch information
Showing
2 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Pod::Spec.new do |spec| | ||
spec.name = 'UIView+Positioning' | ||
spec.version = '1.2' | ||
spec.license = { :type => 'MIT' } | ||
spec.homepage = 'https://github.com/freak4pc/UIView-Positioning' | ||
spec.authors = { 'Tony Million' => '[email protected]' } | ||
spec.summary = 'UIView+Positioning provides shorthand methods to defining the frame properties of any UIView based object in an easy fashion.' | ||
spec.source = { :git => 'https://github.com/freak4pc/UIView-Positioning.git', :tag => 'v1.2' } | ||
spec.source_files = 'UIViewUIView+Positioning.swift' | ||
end |