Skip to content

Remove CocoaPods support#39

Merged
tichise merged 1 commit into
masterfrom
feature/remove-cocoapods
Jan 10, 2026
Merged

Remove CocoaPods support#39
tichise merged 1 commit into
masterfrom
feature/remove-cocoapods

Conversation

@tichise
Copy link
Copy Markdown
Owner

@tichise tichise commented Jan 10, 2026

Summary

Discontinue CocoaPods support and migrate to Swift Package Manager only.

Changes

Deleted

  • MaterialDesignSymbol.podspec

Updated

  • README.md
    • Added Requirements section (iOS 16.0+, watchOS 9.0+, Swift 5.0+)
    • Replaced CocoaPods installation with SPM instructions
    • Updated code examples to current API
    • Added SwiftUI usage example
    • Removed deprecated ObjectiveC examples
    • Cleaned up license section

Migration

Users should migrate from CocoaPods to Swift Package Manager:

// Package.swift
dependencies: [
    .package(url: "https://github.com/tichise/MaterialDesignSymbol.git", from: "2.9.0")
]

Or via Xcode: File > Add Package Dependencies...


🤖 Generated with Claude Code

@tichise tichise force-pushed the feature/remove-cocoapods branch 2 times, most recently from 4dcc47f to df9ac72 Compare January 10, 2026 02:06
- Delete MaterialDesignSymbol.podspec
- Update README.md with SPM installation instructions
- Remove outdated screenshot image
- Remove ObjectiveC examples (deprecated)
- Add SwiftUI usage example

CocoaPods support has been discontinued.
Please use Swift Package Manager for installation.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@tichise tichise force-pushed the feature/remove-cocoapods branch from df9ac72 to 91f9ac8 Compare January 10, 2026 02:06
@tichise tichise merged commit da2e8be into master Jan 10, 2026
3 of 4 checks passed
@tichise tichise deleted the feature/remove-cocoapods branch January 10, 2026 02:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant