Skip to content
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ target "TokenCore" do

pod "CryptoSwift", ">= 0.10.0"
pod "BigInt", "3.0.0"
pod "GRKOpenSSLFramework"

pod 'SwiftLint'

Expand Down
4 changes: 0 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,24 @@ PODS:
- BigInt (3.0.0):
- SipHash (~> 1.2)
- CryptoSwift (0.13.0)
- GRKOpenSSLFramework (1.0.2.13)
- SipHash (1.2.0)
- SwiftLint (0.27.0)

DEPENDENCIES:
- BigInt (= 3.0.0)
- CryptoSwift (>= 0.10.0)
- GRKOpenSSLFramework
- SwiftLint

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- BigInt
- CryptoSwift
- GRKOpenSSLFramework
- SipHash
- SwiftLint

SPEC CHECKSUMS:
BigInt: a7864bcecd2976bced91963baef90079dbdcca25
CryptoSwift: 16e78bebf567bad1c87b2d58f6547f25b74c31aa
GRKOpenSSLFramework: aee21fe0d6ab76fefa4f2db599d11b9c3a53c43b
SipHash: c6e9e43e9c531b5bc6602545130c26194a6d31ce
SwiftLint: 3207c1faa2240bf8973b191820a116113cd11073

Expand Down
6 changes: 3 additions & 3 deletions TokenCore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ Pod::Spec.new do |s|
s.author = { "James Chen" => "james@ashchan.com" }
s.platform = :ios, "9.0"

s.source = { :git => "https://github.com/consenlabs/ios-token-core.git", :tag => "#{s.version}" }
s.source = { :git => "https://github.com/kris19951112/token-core-ios.git", :tag => "#{s.version}" }
s.source_files = "Sources/**/*.{h,m,swift}"
s.swift_version = "4.0"
s.dependency "CryptoSwift", "0.9.0"
s.dependency "BigInt", "3.0.0"
s.dependency "CryptoSwift", "~> 1.8.2"
s.dependency "BigInt", "~> 3.0.0"
s.dependency "GRKOpenSSLFramework"
s.dependency "CoreBitcoin"
s.dependency "secp256k1.swift"
Expand Down