Skip to content

Commit c07657b

Browse files
authored
Removed Cocoapods traces from the project since it would be depreacted by 2nd December 2026 and no new updates could be published after that (#23)
1 parent 03d692e commit c07657b

7 files changed

Lines changed: 1 addition & 119 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -79,28 +79,6 @@ jobs:
7979
- name: Run tests
8080
run: swift test --no-parallel
8181

82-
pod-lint:
83-
name: Lint podspec using Xcode ${{ matrix.xcode }}
84-
runs-on: macos-15-xlarge
85-
86-
strategy:
87-
matrix:
88-
xcode:
89-
- '26.2'
90-
91-
steps:
92-
- name: Checkout
93-
uses: actions/checkout@v6
94-
95-
- name: Set up environment
96-
uses: ./.github/actions/setup
97-
with:
98-
ruby: ${{ env.ruby }}
99-
xcode: ${{ matrix.xcode }}
100-
101-
- name: Run pod lib lint
102-
run: bundle exec pod lib lint --allow-warnings --fail-fast
103-
10482
swiftlint:
10583
name: Lint code with SwiftLint
10684
runs-on: macos-15

.gitignore

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,6 @@ playground.xcworkspace
6969
**/xcshareddata/swiftpm/**/
7070
!**/xcshareddata/swiftpm/Package.resolved
7171

72-
# CocoaPods
73-
#
74-
# We recommend against adding the Pods directory to your .gitignore. However
75-
# you should judge for yourself, the pros and cons are mentioned at:
76-
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
77-
78-
Pods
79-
8072
# Carthage
8173

8274
Carthage/Checkouts

Auth0UniversalComponents.podspec

Lines changed: 0 additions & 22 deletions
This file was deleted.

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
source 'https://rubygems.org'
22

33
gem 'fastlane'
4-
gem 'cocoapods'
54
gem 'slather'
65

76
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')

Gemfile.lock

Lines changed: 0 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ GEM
1919
tzinfo (~> 2.0, >= 2.0.5)
2020
addressable (2.8.7)
2121
public_suffix (>= 2.0.2, < 7.0)
22-
algoliasearch (1.27.5)
23-
httpclient (~> 2.8, >= 2.8.3)
24-
json (>= 1.5.1)
2522
artifactory (3.0.17)
2623
atomos (0.1.3)
2724
aws-eventstream (1.4.0)
@@ -49,43 +46,6 @@ GEM
4946
bigdecimal (3.2.3)
5047
claide (1.1.0)
5148
clamp (1.3.3)
52-
cocoapods (1.16.2)
53-
addressable (~> 2.8)
54-
claide (>= 1.0.2, < 2.0)
55-
cocoapods-core (= 1.16.2)
56-
cocoapods-deintegrate (>= 1.0.3, < 2.0)
57-
cocoapods-downloader (>= 2.1, < 3.0)
58-
cocoapods-plugins (>= 1.0.0, < 2.0)
59-
cocoapods-search (>= 1.0.0, < 2.0)
60-
cocoapods-trunk (>= 1.6.0, < 2.0)
61-
cocoapods-try (>= 1.1.0, < 2.0)
62-
colored2 (~> 3.1)
63-
escape (~> 0.0.4)
64-
fourflusher (>= 2.3.0, < 3.0)
65-
gh_inspector (~> 1.0)
66-
molinillo (~> 0.8.0)
67-
nap (~> 1.0)
68-
ruby-macho (>= 2.3.0, < 3.0)
69-
xcodeproj (>= 1.27.0, < 2.0)
70-
cocoapods-core (1.16.2)
71-
activesupport (>= 5.0, < 8)
72-
addressable (~> 2.8)
73-
algoliasearch (~> 1.0)
74-
concurrent-ruby (~> 1.1)
75-
fuzzy_match (~> 2.0.4)
76-
nap (~> 1.0)
77-
netrc (~> 0.11)
78-
public_suffix (~> 4.0)
79-
typhoeus (~> 1.0)
80-
cocoapods-deintegrate (1.0.5)
81-
cocoapods-downloader (2.1)
82-
cocoapods-plugins (1.0.0)
83-
nap
84-
cocoapods-search (1.0.1)
85-
cocoapods-trunk (1.6.0)
86-
nap (>= 0.8, < 2.0)
87-
netrc (~> 0.11)
88-
cocoapods-try (1.2.0)
8949
colored (1.2)
9050
colored2 (3.1.2)
9151
commander (4.6.0)
@@ -99,9 +59,6 @@ GEM
9959
dotenv (2.8.1)
10060
drb (2.2.3)
10161
emoji_regex (3.2.3)
102-
escape (0.0.4)
103-
ethon (0.17.0)
104-
ffi (>= 1.15.0)
10562
excon (0.112.0)
10663
faraday (1.10.4)
10764
faraday-em_http (~> 1.0)
@@ -178,10 +135,6 @@ GEM
178135
semantic (~> 1.5)
179136
fastlane-sirp (1.0.0)
180137
sysrandom (~> 1.0)
181-
ffi (1.17.2-arm64-darwin)
182-
ffi (1.17.2-x86_64-darwin)
183-
fourflusher (2.3.1)
184-
fuzzy_match (2.0.4)
185138
gh_inspector (1.1.3)
186139
google-apis-androidpublisher_v3 (0.54.0)
187140
google-apis-core (>= 0.11.0, < 2.a)
@@ -234,14 +187,11 @@ GEM
234187
mini_magick (4.13.2)
235188
mini_mime (1.1.5)
236189
minitest (5.25.5)
237-
molinillo (0.8.0)
238190
multi_json (1.17.0)
239191
multipart-post (2.4.1)
240192
mutex_m (0.3.0)
241193
nanaimo (0.4.0)
242-
nap (1.1.0)
243194
naturally (2.3.0)
244-
netrc (0.11.0)
245195
nkf (0.2.0)
246196
nokogiri (1.18.10-arm64-darwin)
247197
racc (~> 1.4)
@@ -260,7 +210,6 @@ GEM
260210
retriable (3.1.2)
261211
rexml (3.4.4)
262212
rouge (3.28.0)
263-
ruby-macho (2.5.1)
264213
ruby2_keywords (0.0.5)
265214
rubyzip (2.4.1)
266215
securerandom (0.4.1)
@@ -289,8 +238,6 @@ GEM
289238
tty-screen (0.8.2)
290239
tty-spinner (0.9.3)
291240
tty-cursor (~> 0.7)
292-
typhoeus (1.4.1)
293-
ethon (>= 0.9.0)
294241
tzinfo (2.0.6)
295242
concurrent-ruby (~> 1.0)
296243
uber (0.1.0)
@@ -316,7 +263,6 @@ PLATFORMS
316263
x86_64-darwin-20
317264

318265
DEPENDENCIES
319-
cocoapods
320266
fastlane
321267
fastlane-plugin-auth0_shipper
322268
slather

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
![ui-components-ios](https://cdn.auth0.com/website/sdks/banners/ui-components-ios.png)
22

3-
![Version](https://img.shields.io/cocoapods/v/Auth0.svg?style=flat)
43
![Build Status](https://img.shields.io/github/actions/workflow/status/auth0/ui-components-ios/main.yml?style=flat)
54
[![Coverage Status](https://img.shields.io/codecov/c/github/auth0/ui-components-ios/master.svg?style=flat)](https://codecov.io/github/auth0/ui-components-ios)
65
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/auth0/ui-components-ios)
@@ -44,16 +43,6 @@ All components are built on top of the [Auth0 Swift SDK](https://github.com/auth
4443

4544
### Installation
4645

47-
#### CocoaPods
48-
49-
Add the following to your `Podfile`:
50-
51-
```ruby
52-
pod 'Auth0UniversalComponents'
53-
```
54-
55-
Then run `pod install`.
56-
5746
#### Swift Package Manager
5847

5948
Add the following to your `Package.swift`:

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
default_platform :ios
22

33
platform :ios do
4-
desc "Tags the release and pushes the Podspec to CocoaPods"
4+
desc "Tags the release and publishes to GitHub"
55
lane :release do
66
perform_release target: 'Auth0UniversalComponents.iOS'
77
publish_release repository: 'ui-components-ios'

0 commit comments

Comments
 (0)