From 0090dcabbad53d8dee8bbfaa94d7013ee3cb9e35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gruber=20Kristo=CC=81f?= Date: Fri, 6 Jul 2018 13:19:18 +0200 Subject: [PATCH] Release 0.1.0 --- Example/GKPictureInPictureView.xcodeproj/project.pbxproj | 4 ---- GKPictureInPictureView.podspec | 5 +++-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Example/GKPictureInPictureView.xcodeproj/project.pbxproj b/Example/GKPictureInPictureView.xcodeproj/project.pbxproj index 6243dbb..d907597 100644 --- a/Example/GKPictureInPictureView.xcodeproj/project.pbxproj +++ b/Example/GKPictureInPictureView.xcodeproj/project.pbxproj @@ -7,7 +7,6 @@ objects = { /* Begin PBXBuildFile section */ - 4789423B20EF82CD00C9AE44 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = 4789423A20EF82CC00C9AE44 /* README.md */; }; 59C6C164F1581B16EDA182DE /* Pods_GKPictureInPictureView_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EAC4ACF53E79642FCDBB2EF5 /* Pods_GKPictureInPictureView_Example.framework */; }; 6003F58E195388D20070C39A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; }; 6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58F195388D20070C39A /* CoreGraphics.framework */; }; @@ -40,7 +39,6 @@ /* Begin PBXFileReference section */ 20681AD6BCE7F2B6AAC38AB9 /* Pods-GKPictureInPictureView_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GKPictureInPictureView_Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-GKPictureInPictureView_Tests/Pods-GKPictureInPictureView_Tests.release.xcconfig"; sourceTree = ""; }; 370C5EB90ADD68562C4967CC /* GKPictureInPictureView.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = GKPictureInPictureView.podspec; path = ../GKPictureInPictureView.podspec; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 4789423A20EF82CC00C9AE44 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = ""; }; 6003F58A195388D20070C39A /* GKPictureInPictureView_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = GKPictureInPictureView_Example.app; sourceTree = BUILT_PRODUCTS_DIR; }; 6003F58D195388D20070C39A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; 6003F58F195388D20070C39A /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; @@ -111,7 +109,6 @@ 6003F581195388D10070C39A = { isa = PBXGroup; children = ( - 4789423A20EF82CC00C9AE44 /* README.md */, 60FF7A9C1954A5C5007DD14C /* Podspec Metadata */, 6003F593195388D20070C39A /* Example for GKPictureInPictureView */, 6003F5B5195388D20070C39A /* Tests */, @@ -284,7 +281,6 @@ files = ( 873B8AEB1B1F5CCA007FD442 /* Main.storyboard in Resources */, 71719F9F1E33DC2100824A3D /* LaunchScreen.storyboard in Resources */, - 4789423B20EF82CD00C9AE44 /* README.md in Resources */, 6003F5A9195388D20070C39A /* Images.xcassets in Resources */, 6003F598195388D20070C39A /* InfoPlist.strings in Resources */, ); diff --git a/GKPictureInPictureView.podspec b/GKPictureInPictureView.podspec index ca021ce..5b8d39b 100644 --- a/GKPictureInPictureView.podspec +++ b/GKPictureInPictureView.podspec @@ -18,7 +18,7 @@ Pod::Spec.new do |s| # * Finally, don't worry about the indent, CocoaPods strips it! s.description = <<-DESC -FaceTime/iOS PiP like throwable view +Draggable, sizeable view which can placed in screen edges. Similar to FaceTime and PiP. DESC s.homepage = 'https://github.com/gklka/GKPictureInPictureView' @@ -29,6 +29,7 @@ FaceTime/iOS PiP like throwable view s.social_media_url = 'https://twitter.com/gklka' s.ios.deployment_target = '10.0' + s.platform = :ios s.source_files = 'GKPictureInPictureView/Classes/**/*' @@ -36,7 +37,7 @@ FaceTime/iOS PiP like throwable view # 'GKPictureInPictureView' => ['GKPictureInPictureView/Assets/*.png'] # } - s.public_header_files = 'Pod/Classes/**/*.h' + # s.public_header_files = 'Pod/Classes/*.h' # s.frameworks = 'UIKit', 'MapKit' # s.dependency 'AFNetworking', '~> 2.3' end