https://github.com/bitcoin-com/cocoapods
Bitcoin.com CocoaPods
https://github.com/bitcoin-com/cocoapods
Last synced: 30 days ago
JSON representation
Bitcoin.com CocoaPods
- Host: GitHub
- URL: https://github.com/bitcoin-com/cocoapods
- Owner: Bitcoin-com
- Created: 2019-03-12T16:37:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-12T06:40:28.000Z (over 6 years ago)
- Last Synced: 2025-08-02T03:59:21.789Z (10 months ago)
- Language: Ruby
- Size: 9.77 KB
- Stars: 1
- Watchers: 8
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bitcoin.com CocoaPods
Interact with this repo
```bash
# Add the repo
pod repo add BitcoinComCocoaPods https://github.com/Bitcoin-com/CocoaPods.git
# Update the repo
pod repo push BitcoinComCocoaPods SLPWallet.podspec --allow-warnings
pod repo push BitcoinComCocoaPods BitcoinKit.podspec --allow-warnings
```
Add the repo in your Podfile
```ruby
source 'https://github.com/Bitcoin-com/CocoaPods.git'
source 'https://github.com/CocoaPods/Specs.git'
target '..' do
# ...
end
```