Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Bhavesh Sarwar
PodDemoProject
Commits
f89dd86a
Commit
f89dd86a
authored
Jul 27, 2018
by
Bhavesh Sarwar
Browse files
podspec updated
parent
2c628624
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
PodDemoProject/PodDemoProject.podspec
PodDemoProject/PodDemoProject.podspec
+20
-0
No files found.
PodDemoProject/PodDemoProject.podspec
0 → 100644
View file @
f89dd86a
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
'PodDemoProject'
s
.
version
=
'0.1.0'
s
.
summary
=
'By far the most fantastic view I have seen in my entire life. No joke.'
s
.
description
=
<<-
DESC
This fantastic view changes its color gradually makes your app look fantastic!
DESC
s
.
homepage
=
'https://git2.inspeero.com/bsarwar/PodDemoProject'
s
.
license
=
{
:type
=>
'MIT'
,
:file
=>
'LICENSE'
}
s
.
author
=
{
'Bhavesh'
=>
'bsarwar@inspeero.com'
}
s
.
source
=
{
:git
=>
'https://git2.inspeero.com/bsarwar/PodDemoProject.git'
,
:tag
=>
s
.
version
.
to_s
}
s
.
ios
.
deployment_target
=
'10.0'
s
.
swift_version
=
'3.2'
s
.
source_files
=
'PodDemoProject/*.swift'
end
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment