Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gklka committed Jul 6, 2018
1 parent e71969a commit 0090dca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 0 additions & 4 deletions Example/GKPictureInPictureView.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 */; };
Expand Down Expand Up @@ -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 = "<group>"; };
370C5EB90ADD68562C4967CC /* GKPictureInPictureView.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = GKPictureInPictureView.podspec; path = ../GKPictureInPictureView.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
4789423A20EF82CC00C9AE44 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
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; };
Expand Down Expand Up @@ -111,7 +109,6 @@
6003F581195388D10070C39A = {
isa = PBXGroup;
children = (
4789423A20EF82CC00C9AE44 /* README.md */,
60FF7A9C1954A5C5007DD14C /* Podspec Metadata */,
6003F593195388D20070C39A /* Example for GKPictureInPictureView */,
6003F5B5195388D20070C39A /* Tests */,
Expand Down Expand Up @@ -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 */,
);
Expand Down
5 changes: 3 additions & 2 deletions GKPictureInPictureView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -29,14 +29,15 @@ 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/**/*'

# s.resource_bundles = {
# '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

0 comments on commit 0090dca

Please sign in to comment.