Skip to content

Commit

Permalink
update date in changelog and make pod support iOS 9+ only.
Browse files Browse the repository at this point in the history
  • Loading branch information
RaimundasSakalauskas committed Apr 24, 2020
1 parent 8b35002 commit 9c475f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
Particle iOS Cloud SDK adheres to [Semantic Versioning](http://semver.org/).

---
## [1.0.5](https://github.com/particle-iot/particle-cloud-sdk-ios/releases/tag/1.0.5) (2020-04-17)
## [1.0.5](https://github.com/particle-iot/particle-cloud-sdk-ios/releases/tag/1.0.5) (2020-04-24)

* Update AFNetworking to 4.0 to fix AppStore error about usage of deprecated UIWebView

Expand Down
2 changes: 1 addition & 1 deletion Particle-SDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/particle-iot/particle-cloud-sdk-ios.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/particle'

s.platform = :ios, '8.0'
s.platform = :ios, '9.0'
s.requires_arc = true

s.public_header_files = 'ParticleSDK/*.h'
Expand Down

0 comments on commit 9c475f7

Please sign in to comment.