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
5ddd18fd
Commit
5ddd18fd
authored
Sep 20, 2011
by
Eloy Duran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up a bit.
parent
7cb1c5b6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
31 deletions
+8
-31
IdeasExample.podspec
examples/IdeasExample.podspec
+8
-6
Podfile
examples/Podfile
+0
-25
No files found.
examples/
PodSpec
.podspec
→
examples/
IdeasExample
.podspec
View file @
5ddd18fd
class
IcePop
<
Pod
::
Spec
# NOTE: This is a spec with a lot of ideas I had that _could_ possibly ever be
# added. So this list should, for now, not be taken as all the current
# possibilities.
Pod
::
Spec
.
new
do
#############################################################################
#############################################################################
# Required attributes
# Required attributes
#############################################################################
#############################################################################
# This pod’s name.
name
'IcePop'
# This pod’s version.
# This pod’s version.
#
#
# The version string can contain numbers and periods, such as 1.0.0. A pod is
# The version string can contain numbers and periods, such as 1.0.0. A pod is
...
@@ -32,11 +39,6 @@ class IcePop < Pod::Spec
...
@@ -32,11 +39,6 @@ class IcePop < Pod::Spec
# Optional attributes
# Optional attributes
#############################################################################
#############################################################################
# This pod’s name.
#
# It default to the name of the manifest class.
name
'IcePop'
# A long description of this pod. It should be more detailed than the summary.
# A long description of this pod. It should be more detailed than the summary.
#
#
# It defaults to the summary.
# It defaults to the summary.
...
...
examples/Podfile
deleted
100644 → 0
View file @
7cb1c5b6
dependency
'Kiwi'
#dependency 'doesnotexist'
#dependency 'SSZipArchive'
#dependency 'ASIHTTPRequest', '1.8'
#dependency 'ASIWebPageRequest', '= 1.8'
# is part of ASIHTTPRequest 1.8 and 1.8.1
#dependency 'Reachability' #, '>= 2.0'
# is part of ASIHTTPRequest
#dependency 'ASIWebPageRequest', '>= 1.8'
#dependency 'ASIWebPageRequest', '= 1.8'
# this should fail the ASIHTTPRequest 1.8.1 hard requirement
#dependency 'ASIWebPageRequest', '1.8.0'
# we have a hard requirement here so:
# * the Reachability dependency should be taken from this version
# * the ASIWebPageRequest dependency requirement matches this one so should work
#dependency 'ASIHTTPRequest', '1.8.1'
#dependency 'ASIHTTPRequest', '>= 1.8'
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