Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
b28621d1
Commit
b28621d1
authored
Dec 11, 2014
by
Marius Rackwitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Fixtures] Add pod monkey.podspec to test_repo
Allows to test #should_build? and is the dependency of BananaLib.
parent
59ccf4ea
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
0 deletions
+22
-0
monkey.a
spec/fixtures/monkey/monkey.a
+0
-0
monkey.podspec
spec/fixtures/monkey/monkey.podspec
+11
-0
monkey.podspec
...fixtures/spec-repos/test_repo/monkey/1.0.2/monkey.podspec
+11
-0
No files found.
spec/fixtures/monkey/monkey.a
0 → 100644
View file @
b28621d1
spec/fixtures/monkey/monkey.podspec
0 → 100644
View file @
b28621d1
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
"monkey"
s
.
version
=
"1.0.2"
s
.
author
=
{
"Funky Monkey"
=>
"funky@monkey.local"
}
s
.
summary
=
"🙈🙉🙊"
s
.
description
=
"See no evil! Hear no evil! Speak no evil!"
s
.
homepage
=
"http://httpbin.org/html"
s
.
source
=
{
:git
=>
"http://monkey.local/monkey.git"
,
:tag
=>
s
.
version
.
to_s
}
s
.
license
=
'MIT'
s
.
vendored_library
=
'monkey.a'
end
spec/fixtures/spec-repos/test_repo/monkey/1.0.2/monkey.podspec
0 → 100644
View file @
b28621d1
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
"monkey"
s
.
version
=
"1.0.2"
s
.
author
=
{
"Funky Monkey"
=>
"funky@monkey.local"
}
s
.
summary
=
"🙈🙉🙊"
s
.
description
=
"See no evil! Hear no evil! Speak no evil!"
s
.
homepage
=
"http://httpbin.org/html"
s
.
source
=
{
:git
=>
"http://monkey.local/monkey.git"
,
:tag
=>
s
.
version
.
to_s
}
s
.
license
=
'MIT'
s
.
vendored_library
=
'monkey.a'
end
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