From b221af8486e5a61fcb8a40d337554436326ff82c Mon Sep 17 00:00:00 2001 From: Chris Zielinski Date: Tue, 19 Jun 2018 23:28:26 -0700 Subject: [PATCH] Update podspec --- Player.podspec | 12 ++++++------ .../xcshareddata/WorkspaceSettings.xcsettings | 5 +++++ 2 files changed, 11 insertions(+), 6 deletions(-) create mode 100644 Player.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings diff --git a/Player.podspec b/Player.podspec index f21ab01..9ec929a 100644 --- a/Player.podspec +++ b/Player.podspec @@ -1,17 +1,17 @@ Pod::Spec.new do |s| s.name = 'Player' - s.version = '0.8.4' + s.version = '0.9' s.license = 'MIT' s.summary = 'video player in Swift, simple way to play and stream media in your iOS/tvOS/macOS app' - s.homepage = 'https://github.com/chriszielinski/player' - s.social_media_url = 'https://twitter.com/mightbesuperman' + s.homepage = 'https://github.com/piemonte/player' + s.social_media_url = 'https://twitter.com/piemonte' s.authors = { 'patrick piemonte' => "piemonte@alumni.cmu.edu", 'chris zielinski' => "chrisz@berkeley.edu" } - s.source = { :git => 'https://github.com/chriszielinski/player.git', :tag => s.version } + s.source = { :git => 'https://github.com/piemonte/player.git', :tag => s.version } s.ios.deployment_target = '9.0' s.tvos.deployment_target = '9.0' - s.macos.deployment_target = '10.10' + s.osx.deployment_target = '10.10' s.source_files = 'Sources/*.swift' s.requires_arc = true - s.swift_version = '4.0' + s.swift_version = '4.1' # s.screenshot = "https://raw.github.com/piemonte/Player/master/Player.gif" end diff --git a/Player.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/Player.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings new file mode 100644 index 0000000..0c67376 --- /dev/null +++ b/Player.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings @@ -0,0 +1,5 @@ + + + + +