Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ios
/
Masonry
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Jonas Budelmann
12 years ago
Commit
5cd5b5c92497c55438bd88b280e345d8b9d971a9
1 parent
96dcf6f2
master
...
v1.1.0
v1.1.0.yoho
v1.0.2
v1.0.1
v1.0.0
v0.6.4
v0.6.3
v0.6.2
v0.6.1
v0.6.0
v0.5.3
v0.5.2
v0.5.1
v0.5.0
v0.4.0
v0.3.2
v0.3.1
v0.3.0
v0.2.4
v0.2.3
v0.2.2
v0.2.1
v0.2.0
v0.1.6
v0.1.6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
Masonry.podspec
Masonry.podspec
View file @
5cd5b5c
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
'Masonry'
s
.
version
=
'0.1.
5
'
s
.
version
=
'0.1.
6
'
s
.
license
=
'MIT'
s
.
summary
=
'
A light-weight layout framework which makes creating iOS AutoLayout NSLayoutConstraints in code quick, readable and descriptive
.'
s
.
summary
=
'
Harness the power of iOS AutoLayout NSLayoutConstraints with a simplified, chainable and descriptive syntax
.'
s
.
homepage
=
'https://github.com/cloudkite/Masonry'
s
.
author
=
{
'Jonas Budelmann'
=>
'jonas.budelmann@gmail.com'
}
s
.
source
=
{
:git
=>
'https://github.com/cloudkite/Masonry.git'
,
:tag
=>
'v0.1.
5
'
}
s
.
source
=
{
:git
=>
'https://github.com/cloudkite/Masonry.git'
,
:tag
=>
'v0.1.
6
'
}
s
.
description
=
%{
Masonary is a light-weight layout framework which wraps AutoLayout with a nicer syntax.
...
...
Please
register
or
login
to post a comment