Skip to content

Commit

Permalink
updated resource file
Browse files Browse the repository at this point in the history
  • Loading branch information
superbderrick committed Oct 2, 2020
1 parent 8880903 commit 0ea136a
Show file tree
Hide file tree
Showing 49 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- SummerPlayerView (0.1.0)
- SummerPlayerView (0.1.3)

DEPENDENCIES:
- SummerPlayerView (from `../`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
SummerPlayerView: 24d875876da182b26623a46a3ea6ff6813ec7dd0
SummerPlayerView: 4b179c3b0a951cee81363113e9312877a04541a6

PODFILE CHECKSUM: 1ec09e7ce5f6a158704bb6ead4f1cb6d8978a492

Expand Down
6 changes: 2 additions & 4 deletions SummerPlayerView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'SummerPlayerView'
s.version = '0.1.2'
s.version = '0.1.3'
s.summary = 'VideoPlayerView for kids, Tried to make it as similar as possible a Youtube kids App Player UI'
s.description = <<-DESC
VideoPlayerView for kids, Tried to make it as similar as possible a Youtube kids App Player UI
Expand All @@ -21,9 +21,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/superbderrick/SummerPlayerView.git', :tag => s.version.to_s }
s.ios.deployment_target = '13.0'
s.source_files = 'SummerPlayerView/Classes/**/*'
s.resource_bundles = {
'SummerPlayerView' => ['SummerPlayerView/Assets/*.imageset']
}
s.resources = 'SummerPlayerView/Assets/**/*'
s.frameworks = 'UIKit', 'AVKit'
end

Expand Down
6 changes: 6 additions & 0 deletions SummerPlayerView/Assets/buttons.xcassets/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"info" : {
"author" : "xcode",
"version" : 1
}
}
File renamed without changes

0 comments on commit 0ea136a

Please sign in to comment.