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
e6ec9830
Commit
e6ec9830
authored
Nov 20, 2012
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Fixtures] Updates.
parent
34bffb46
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
master
spec/fixtures/spec-repos/master
+1
-1
BananaLib.podspec
...ures/spec-repos/test_repo/BananaLib/1.0/BananaLib.podspec
+0
-1
No files found.
master
@
84ea24c2
Subproject commit
ddda7566d193fe0e5fa1c419f5b5239ef964f263
Subproject commit
84ea24c2f3a5d463da1e7945c60fd3f33f73dee2
spec/fixtures/spec-repos/test_repo/BananaLib/1.0/BananaLib.podspec
View file @
e6ec9830
...
@@ -8,7 +8,6 @@ Pod::Spec.new do |s|
...
@@ -8,7 +8,6 @@ Pod::Spec.new do |s|
s
.
source
=
{
:git
=>
'http://banana-corp.local/banana-lib.git'
,
:tag
=>
'v1.0'
}
s
.
source
=
{
:git
=>
'http://banana-corp.local/banana-lib.git'
,
:tag
=>
'v1.0'
}
s
.
source_files
=
'Classes/*.{h,m}'
,
'Vendor'
s
.
source_files
=
'Classes/*.{h,m}'
,
'Vendor'
s
.
xcconfig
=
{
'OTHER_LDFLAGS'
=>
'-framework SystemConfiguration'
}
s
.
xcconfig
=
{
'OTHER_LDFLAGS'
=>
'-framework SystemConfiguration'
}
s
.
clean_paths
=
"sub-dir"
s
.
prefix_header_file
=
'Classes/BananaLib.pch'
s
.
prefix_header_file
=
'Classes/BananaLib.pch'
s
.
resources
=
"Resources/*.png"
s
.
resources
=
"Resources/*.png"
s
.
dependency
'monkey'
,
'~> 1.0.1'
,
'< 1.0.9'
s
.
dependency
'monkey'
,
'~> 1.0.1'
,
'< 1.0.9'
...
...
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