-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
…cy instead of Carthage, probuf files changed from Objective-C to Swift, iOS minimum target changed from 12 to 13
- Loading branch information
There are no files selected for viewing
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
source 'https://github.com/CocoaPods/Specs.git' | ||
|
||
platform :ios, '13.0' | ||
use_frameworks! | ||
|
||
def rx_swift_pod | ||
pod 'RxSwift', '~> 6.5.0' | ||
end | ||
|
||
def swift_protobuf_pod | ||
pod 'SwiftProtobuf', '~> 1.0' | ||
end | ||
|
||
target 'iOSCommunications' do | ||
rx_swift_pod | ||
end | ||
|
||
target 'PolarBleSdk' do | ||
swift_protobuf_pod | ||
rx_swift_pod | ||
end | ||
|
||
target 'PolarBleSdkWatchOs' do | ||
platform :watchos, '5.0' | ||
swift_protobuf_pod | ||
rx_swift_pod | ||
end | ||
|
||
target 'iOSCommunicationsTests' do | ||
pod 'RxBlocking', '~> 6.5.0' | ||
pod 'RxTest', '~> 6.5.0' | ||
end | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
PODS: | ||
- RxBlocking (6.5.0): | ||
- RxSwift (= 6.5.0) | ||
- RxSwift (6.5.0) | ||
- RxTest (6.5.0): | ||
- RxSwift (= 6.5.0) | ||
- SwiftProtobuf (1.18.0) | ||
|
||
DEPENDENCIES: | ||
- RxBlocking (~> 6.5.0) | ||
- RxSwift (~> 6.5.0) | ||
- RxTest (~> 6.5.0) | ||
- SwiftProtobuf (~> 1.0) | ||
|
||
SPEC REPOS: | ||
https://github.com/CocoaPods/Specs.git: | ||
- RxBlocking | ||
- RxSwift | ||
- RxTest | ||
- SwiftProtobuf | ||
|
||
SPEC CHECKSUMS: | ||
RxBlocking: 04b5fd28bb5ea49f7d64b80db8bbfe50d9cc1c7d | ||
RxSwift: 5710a9e6b17f3c3d6e40d6e559b9fa1e813b2ef8 | ||
RxTest: eb2d23adefc5a5ebf5779c7792fa3edfe6ebcc17 | ||
SwiftProtobuf: c3c12645230d9b09c72267e0de89468c5543bd86 | ||
|
||
PODFILE CHECKSUM: 93cb7c855e4b50284d80ae4f68d3c7a60b4d59fc | ||
|
||
COCOAPODS: 1.10.1 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.