Skip to content

Commit

Permalink
Remove CocoaPods support
Browse files Browse the repository at this point in the history
  • Loading branch information
tcwalther committed Mar 11, 2023
1 parent 144593e commit 208d82c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 124 deletions.
8 changes: 0 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,8 @@ sudo: required

osx_image: xcode11.2
xcode_sdk: iphonesimulator13.2
# cache: cocoapods
# podfile: Example/Podfile
before_install:
- if [ $TRAVIS_OS_NAME == "osx" ]; then instruments -s devices; fi
- if [ $TRAVIS_OS_NAME == "osx" ]; then gem install cocoapods; fi # Since Travis is not always on latest version
- if [ $TRAVIS_OS_NAME == "osx" ]; then pod repo update; fi
- |
if [ $TRAVIS_OS_NAME == "osx" ]; then
echo "macOS build. swiftenv will not be installed.";
Expand All @@ -36,10 +32,6 @@ script:
# Output something every 10 minutes or Travis kills the job
- while sleep 60; do echo "=====[ $SECONDS seconds still running ]====="; done &
# Actual script
- |
if [ $TRAVIS_OS_NAME == "osx" ]; then
pod spec lint --allow-warnings librocksdb.podspec;
fi
- swift build
- swift build -c release
- |
Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@ You can use this library with Swift Package Manager and Cocoapods on iOS, macOS,

### CocoaPods

RocksDB is available through [CocoaPods](http://cocoapods.org/). To install it, simply add the following line to your Podfile:

```Ruby
pod 'rocksdb.swift'
```
koraykoska's version has support for CocoaPods, but this fork doesn't. If you require it, it should be relatively
straightforward to add by diffing the changes this fork has done to Package.swift with koraykoska's branch and changing
the podspec files accordingly.

### Swift Package Manager

Expand Down
78 changes: 0 additions & 78 deletions librocksdb.podspec

This file was deleted.

33 changes: 0 additions & 33 deletions rocksdb.swift.podspec

This file was deleted.

0 comments on commit 208d82c

Please sign in to comment.