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
de97a067
Commit
de97a067
authored
Feb 25, 2013
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Changelog] Update
parent
1a774d12
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
9 deletions
+18
-9
CHANGELOG.md
CHANGELOG.md
+18
-9
No files found.
CHANGELOG.md
View file @
de97a067
...
@@ -14,21 +14,30 @@ Currently the following specifications fail to load as they depended on the
...
@@ -14,21 +14,30 @@ Currently the following specifications fail to load as they depended on the
CocoaPods internals and need to be updated:
CocoaPods internals and need to be updated:
-
LibComponentLogging-pods/0.0.1/LibComponentLogging-pods.podspec
-
LibComponentLogging-pods/0.0.1/LibComponentLogging-pods.podspec
-
Lockbox/1.2.0/Lockbox.podspec
-
RestKit/0.9.3/RestKit.podspec
-
RestKit/0.9.3/RestKit.podspec
-
Three20/1.0.11/Three20.podspec
-
Three20/1.0.11/Three20.podspec
Other specifications, might present compatibility issues for the reasons
presented below.
###### __Breaking__
###### __Breaking__
-
Support for inline podspecs has been removed.
-
Subspecs do
**not**
inherit the files patterns from the parent spec anymore.
-
Subspecs do
**not**
inherit the files patterns from the parent spec anymore.
-
External sources are not supported in the dependencies of specifications anymore.
This feature made the implementation more complicated and was not easy to
-
The support for Rake File list is being deprecated.
explain to podspecs maintainers. Compatibility can be easily fixed by adding
-
The hooks architecture has been factored and might present incompatibilities
a 'Core' subspec.
(please open an issue if appropriate).
-
Support for inline podspecs has been removed.
-
`requires_arc`
is transitioning from
`false`
to
`true`
.
-
The support for Rake::FileList is being deprecated, in favor of a more
-
Deprecated
`header_mappings`
hook.
consistent DSL. Rake::FileList also presented issues because it would access
-
Deprecated
`exclude_header_search_paths`
the file system as soon as it was converted to an array.
-
The hooks architecture has been re-factored and might present
incompatibilities (please open an issue if appropriate).
-
The
`requires_arc`
attribute default value is transitioning from
`false`
to
`true`
. In the meanwhile a value is needed to pass the lint.
-
Deprecated
`copy_header_mapping`
hook.
-
Deprecated
`exclude_header_search_paths`
attribute.
-
External sources are not supported in the dependencies of specifications
anymore. Actually they never have been supported, they just happened to work.
###### DSL
###### DSL
...
...
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