Commit 5ddd18fd authored by Eloy Duran's avatar Eloy Duran

Clean up a bit.

parent 7cb1c5b6
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.
......
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'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment