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
Plain Diff
Browse Files
Authored by
Robert Payne
2015-08-03 23:04:01 +1200
Commit
cd7fae897dc87c30fc0688846deb824487c8ffce
2 parents
598b8746
890704d9
Merge pull request #226 from zinthemoney/master
Use version variable for tag number
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
Masonry.podspec
Masonry.podspec
View file @
cd7fae8
...
...
@@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s
.
author
=
{
'Jonas Budelmann'
=>
'jonas.budelmann@gmail.com'
}
s
.
social_media_url
=
"http://twitter.com/cloudkite"
s
.
source
=
{
:git
=>
'https://github.com/cloudkite/Masonry.git'
,
:tag
=>
'v0.6.2'
}
s
.
source
=
{
:git
=>
'https://github.com/cloudkite/Masonry.git'
,
:tag
=>
"v
#{
s
.
version
}
"
}
s
.
description
=
%{
Masonry is a light-weight layout framework which wraps AutoLayout with a nicer syntax.
...
...
Please
register
or
login
to post a comment