Skip to content
This repository was archived by the owner on Aug 17, 2023. It is now read-only.

Commit 3441104

Browse files
Merge pull request #30 from aws/release_candidate
Update podspec version number to 1.4.0
2 parents eb642f3 + b146fc3 commit 3441104

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AmazonFreeRTOS.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Pod::Spec.new do |s|
22
s.name = "AmazonFreeRTOS"
3-
s.version = "1.3.0"
3+
s.version = "1.4.0"
44
s.summary = "FreeRTOS SDK for iOS."
55
s.description = "The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS."
66
s.homepage = "https://aws.amazon.com/freertos/"
77
s.license = "Apache License, Version 2.0"
88
s.author = { 'Amazon Web Services' => 'amazonwebservices' }
99
s.platform = :ios, '10.0'
1010
s.swift_version = "5.5"
11-
s.source = { :git => "https://github.com/aws/amazon-freertos-ble-ios-sdk.git", :tag => "1.3.0" }
11+
s.source = { :git => "https://github.com/aws/amazon-freertos-ble-ios-sdk.git", :tag => "1.4.0" }
1212
s.source_files = "AmazonFreeRTOS/**/*.{swift,m,h}"
1313
s.requires_arc = true
1414
s.frameworks = "CoreBluetooth"

0 commit comments

Comments
 (0)