Skip to content

Commit

Permalink
Watch OS to 3.0 for Moya support
Browse files Browse the repository at this point in the history
  • Loading branch information
evermeer committed Jan 17, 2019
1 parent b1f512b commit 738699a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EVReflection.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "EVReflection"
s.version = "5.9.0"
s.version = "5.9.1"
s.summary = "Reflection based object mapping. (Dictionary, CKRecord, NSManagedObject, Realm, JSON, XML, Alamofire, Moya, RxSwift, ReactiveSwift)"

s.description = <<-EOS
Expand All @@ -14,7 +14,7 @@ EOS

s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.11'
s.watchos.deployment_target = '2.0'
s.watchos.deployment_target = '3.0'
s.tvos.deployment_target = '9.0'

s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.2' }
Expand Down
Binary file not shown.

0 comments on commit 738699a

Please sign in to comment.