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: 1 addition & 0 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ target 'WavesSDK' do
pod 'RxSwift'
pod 'Moya'
pod 'Moya/RxSwift'

end

40 changes: 18 additions & 22 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
PODS:
- Alamofire (4.8.2)
- Fakery (4.0.0)
- Moya (12.0.1):
- Moya/Core (= 12.0.1)
- Moya/Core (12.0.1):
- Alamofire (~> 4.1)
- Result (~> 4.0)
- Moya/RxSwift (12.0.1):
- Alamofire (5.4.3)
- Fakery (5.1.0)
- Moya (14.0.0):
- Moya/Core (= 14.0.0)
- Moya/Core (14.0.0):
- Alamofire (~> 5.0)
- Moya/RxSwift (14.0.0):
- Moya/Core
- RxSwift (~> 4.0)
- Nimble (8.0.2)
- Result (4.1.0)
- RxSwift (4.5.0)
- RxSwift (~> 5.0)
- Nimble (9.2.1)
- RxSwift (5.1.3)

DEPENDENCIES:
- Fakery
Expand All @@ -21,22 +19,20 @@ DEPENDENCIES:
- RxSwift

SPEC REPOS:
https://github.com/cocoapods/specs.git:
trunk:
- Alamofire
- Fakery
- Moya
- Nimble
- Result
- RxSwift

SPEC CHECKSUMS:
Alamofire: ae5c501addb7afdbb13687d7f2f722c78734c2d3
Fakery: 476f6d947de432f84703acc830a1e7166330299b
Moya: cf730b3cd9e005401ef37a85143aa141a12fd38f
Nimble: 622629381bda1dd5678162f21f1368cec7cbba60
Result: bd966fac789cc6c1563440b348ab2598cc24d5c7
RxSwift: f172070dfd1a93d70a9ab97a5a01166206e1c575
Alamofire: e447a2774a40c996748296fa2c55112fdbbc42f9
Fakery: a90caff00ca5cacde6c161c3eafc72314a03d34d
Moya: 5b45dacb75adb009f97fde91c204c1e565d31916
Nimble: e7e615c0335ee4bf5b0d786685451e62746117d5
RxSwift: 915abbdfb62214aa89ccd0b194d44fb478019b27

PODFILE CHECKSUM: e63fbc46526e9f529679af7668827c4f512f9df4
PODFILE CHECKSUM: 889c675331401fcf7467171ea714cb5e1d153be7

COCOAPODS: 1.7.4
COCOAPODS: 1.11.0.rc.1
15 changes: 8 additions & 7 deletions WavesSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|

spec.name = 'WavesSDK'
spec.version = '0.1.9'
spec.version = '0.2.1'
spec.ios.deployment_target = '11.0'
spec.requires_arc = true
spec.swift_version = '5.0'
Expand All @@ -12,15 +12,16 @@ Pod::Spec.new do |spec|
spec.summary = 'Extensions are helping for developer fast write code'

spec.source_files = 'WavesSDK/Sources/**/*.{swift}'
spec.source = { :git => 'https://github.com/wavesplatform/WavesSDK-iOS.git', :tag => 'v' + spec.version.to_s}
spec.source = { :git => 'https://github.com/adenuga558/WavesSDK-iOS.git', :tag => 'v' + spec.version.to_s}

spec.ios.framework = 'Foundation'
spec.ios.framework = 'UIKit'

spec.dependency 'RxSwift', '~> 4.0'
spec.dependency 'Moya', '~> 12.0.1'
spec.dependency 'Moya/RxSwift', '~> 12.0.1'
spec.dependency 'WavesSDKExtensions'
spec.dependency 'WavesSDKCrypto'
spec.dependency 'RxSwift', '~> 5.1.3'
spec.dependency 'Moya', '~> 14.0.0'
spec.dependency 'Moya/RxSwift', '~> 14.0.0'
spec.dependency 'WavesSDKExtensionsUpdate'
spec.dependency 'WavesSDKCryptoUpdate'


end
140 changes: 69 additions & 71 deletions WavesSDK.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Loading