-
Notifications
You must be signed in to change notification settings - Fork 314
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(cocoapods): Use a data class for the
source
property
When the `source` node contains boolean properties with unquoted values, such as [1], the deserialization of the source property to a `Map<String, String>` with KxS fails by default. So, introduce a dedicated data class to prepare for migrating to KxS and to improve the readability. [1]: "source": { "git": "https://github.com/AFNetworking/AFNetworking.git", "tag": "3.2.1", "submodules": true } Signed-off-by: Frank Viernau <[email protected]>
- Loading branch information
Showing
2 changed files
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters