Skip to content

Commit

Permalink
update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
marty-suzuki committed Sep 30, 2019
1 parent 94f466c commit c9cfda7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

3 changes: 2 additions & 1 deletion NoticeObserveKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'NoticeObserveKit'
s.version = '0.11.1'
s.version = '0.12.0'
s.summary = 'NoticeObserveKit is type-safe NotificationCenter wrapper.'

# This description is used to generate tags and improve search results.
Expand All @@ -32,6 +32,7 @@ Pod::Spec.new do |s|
s.osx.deployment_target = '10.10'
s.tvos.deployment_target = '10.0'
s.watchos.deployment_target = '3.0'
s.swift_version = '5.0'

s.source_files = 'NoticeObserveKit/*.{swift}'

Expand Down

0 comments on commit c9cfda7

Please sign in to comment.