Skip to content

Commit

Permalink
Drop support for CocoaPods (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
ra1028 authored Jan 25, 2024
1 parent a0b382c commit 9076fbf
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 240 deletions.
5 changes: 1 addition & 4 deletions .github/ISSUE_TEMPLATE/QUESTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,10 @@ about: Create a bug question.

## Expected Behavior


## Current Behavior


## Detailed Description (Include Screenshots)


## Environment

- Library version:
Expand All @@ -29,4 +26,4 @@ about: Create a bug question.

- Devices/Simulators:

- CocoaPods/Carthage version:
- Carthage version:
33 changes: 0 additions & 33 deletions .github/workflows/publish.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ node_modules
## Carthage
Carthage/Build

## CocoaPods
Pods/

## SwiftPM
.swiftpm
.build
Expand Down
1 change: 0 additions & 1 deletion .version

This file was deleted.

3 changes: 0 additions & 3 deletions Gemfile

This file was deleted.

93 changes: 0 additions & 93 deletions Gemfile.lock

This file was deleted.

17 changes: 0 additions & 17 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,6 @@ format:
lint:
$(SWIFT_RUN) --package-path Tools swift-format -r -m lint Sources Tests

.PHONY: pod-lib-lint
pod-lib-lint:
for lib in $(LIBS); do \
bundle exec pod lib lint --quick $$lib.podspec; \
done

.PHONY: pod-release
pod-release:
for lib in $(LIBS); do \
bundle exec pod trunk push $$lib.podspec; \
done

.PHONY: gem
gem:
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3

.PHONY: npm
npm:
npm i
Expand Down
21 changes: 0 additions & 21 deletions Playbook.podspec

This file was deleted.

25 changes: 0 additions & 25 deletions PlaybookSnapshot.podspec

This file was deleted.

22 changes: 0 additions & 22 deletions PlaybookUI.podspec

This file was deleted.

18 changes: 0 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<br>
<a href="https://github.com/playbook-ui/playbook-ios/releases/latest"><img alt="Release" src="https://img.shields.io/github/v/release/playbook-ui/playbook-ios.svg"/></a>
<a href="https://swift.org/package-manager"><img alt="Swift Package Manager" src="https://img.shields.io/badge/SwiftPM-compatible-yellowgreen.svg"/></a>
<a href="https://cocoapods.org/pods/Playbook"><img alt="CocoaPods" src="https://img.shields.io/cocoapods/v/Playbook.svg"/></a>
<a href="https://github.com/Carthage/Carthage"><img alt="Carthage" src="https://img.shields.io/badge/Carthage-compatible-yellow.svg"/></a>

`Playbook` is a library that provides a sandbox for building UI components without having to worry about application-specific dependencies, strongly inspired by [Storybook](https://storybook.js.org/) for JavaScript in web-frontend development.
Expand Down Expand Up @@ -198,23 +197,6 @@ Playbook features are separated into the following frameworks.
- `PlaybookSnapshot`: Generates snapshots of all components.
- `PlaybookUI`: Products a browsing UI for components managed by Playbook.

### [CocoaPods](https://cocoapods.org)

Add the following to your `Podfile`:

```ruby
target 'YourPlaybook' do
pod 'Playbook'
pod 'PlaybookUI'

target 'YourPlaybookTests' do
inherit! :search_paths

pod 'PlaybookSnapshot'
end
end
```

### [Carthage](https://github.com/Carthage/Carthage)

Add the following to your `Cartfile`:
Expand Down

0 comments on commit 9076fbf

Please sign in to comment.