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
10e392b4
Commit
10e392b4
authored
Mar 19, 2016
by
Ben Asher
Committed by
Marius Rackwitz
Apr 14, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added breaking spec
parent
84f29d4c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
ResourcesBundleExample.podspec
...undle Example/Example Pods/ResourcesBundleExample.podspec
+15
-0
Podfile
examples/Resource Bundle Example/Podfile
+1
-0
No files found.
examples/Resource Bundle Example/Example Pods/ResourcesBundleExample.podspec
0 → 100644
View file @
10e392b4
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
"ResourcesBundleExample"
s
.
version
=
"0.0.1"
s
.
summary
=
"Resources in a spec test pod."
s
.
description
=
"This spec specifies images as resources."
s
.
ios
.
deployment_target
=
'8.0'
s
.
osx
.
deployment_target
=
'10.9'
s
.
homepage
=
"https://cocoapods.org"
s
.
license
=
{
:type
=>
"MIT"
,
:file
=>
"../../../LICENSE"
}
s
.
author
=
{
"Ben Asher"
=>
"benasher44@gmail.com"
}
s
.
source
=
{
:path
=>
"."
}
s
.
source_files
=
"Example.swift"
s
.
resource_bundles
=
{
"ResourcesBundleExample"
=>
[
"Resources/*.jpg"
]
}
end
examples/Resource Bundle Example/Podfile
View file @
10e392b4
...
...
@@ -8,5 +8,6 @@ target 'Resource Bundle Example' do
pod
'ResourceExample'
,
:path
=>
'Example Pods'
pod
'ResourcesExample'
,
:path
=>
'Example Pods'
pod
'ResourceAssetsExample'
,
:path
=>
'Example Pods'
pod
'ResourcesBundleExample'
,
:path
=>
'Example Pods'
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