Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/blockcerts v3 support #79

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file modified .gitmodules
100644 → 100755
Empty file.
Empty file modified .travis.yml
100644 → 100755
Empty file.
Empty file modified LICENSE.md
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion Podfile
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ target 'certificates' do
pod 'CoreBitcoin', :podspec => 'https://raw.github.com/oleganza/CoreBitcoin/master/CoreBitcoin.podspec', :inhibit_warnings => true
pod 'OpenSans'
pod 'lottie-ios'
pod 'Bugsee'
# pod 'Bugsee'

target 'certificatesTests' do
inherit! :search_paths
Expand Down
14 changes: 5 additions & 9 deletions Podfile.lock
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
PODS:
- Bugsee (1.20.1)
- CoreBitcoin (0.6.8.1):
- ISO8601DateFormatter
- OpenSSL-Universal (= 1.0.1.16)
- ISO8601DateFormatter (0.8)
- lottie-ios (2.5.0)
- lottie-ios (3.2.3)
- OpenSans (1.0.3)
- OpenSSL-Universal (1.0.1.16)

DEPENDENCIES:
- Bugsee
- CoreBitcoin (from `https://raw.github.com/oleganza/CoreBitcoin/master/CoreBitcoin.podspec`)
- lottie-ios
- OpenSans

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- Bugsee
trunk:
- ISO8601DateFormatter
- lottie-ios
- OpenSans
Expand All @@ -27,13 +24,12 @@ EXTERNAL SOURCES:
:podspec: https://raw.github.com/oleganza/CoreBitcoin/master/CoreBitcoin.podspec

SPEC CHECKSUMS:
Bugsee: e47a04c77552c3880d724b17b31cef138f398d89
CoreBitcoin: 4ac6f6a61e543f08399c2fe57496d4fdcbaf74f9
ISO8601DateFormatter: 4551b6ce4f83185425f583b0b3feb3c7b59b942c
lottie-ios: d699fdee68d7b63e721d949388b015fef1aaa4ac
lottie-ios: c058aeafa76daa4cf64d773554bccc8385d0150e
OpenSans: 33078846463eae780aa5f82986b51cce085f970d
OpenSSL-Universal: 85ef63bf81d0741b03c8719cd29685c37c59518d

PODFILE CHECKSUM: ea5e78e94c3abc89924174e447d4d144028c114a
PODFILE CHECKSUM: 3b06281859cd0c0d4903a5e293770ba38a050027

COCOAPODS: 1.7.5
COCOAPODS: 1.15.2
1 change: 0 additions & 1 deletion Pods/Bugsee/Bugsee.framework/Bugsee

This file was deleted.

1 change: 0 additions & 1 deletion Pods/Bugsee/Bugsee.framework/Headers

This file was deleted.

20 changes: 0 additions & 20 deletions Pods/Bugsee/Bugsee.framework/Modules/module.modulemap

This file was deleted.

Binary file removed Pods/Bugsee/Bugsee.framework/Versions/A/Bugsee
Binary file not shown.
Loading