Skip to content

Commit

Permalink
增加图片路径
Browse files Browse the repository at this point in the history
  • Loading branch information
king committed Mar 21, 2018
1 parent aef30e6 commit 1f36346
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Example/JP_Pod_Lib.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
873B8AEA1B1F5CCA007FD442 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = Main.storyboard; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
9DDD5E6602202AE7D4C40B6E /* Pods-JP_Pod_Lib_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-JP_Pod_Lib_Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-JP_Pod_Lib_Example/Pods-JP_Pod_Lib_Example.release.xcconfig"; sourceTree = "<group>"; };
EFB5CF1905A7B3A6AA427097 /* Pods-JP_Pod_Lib_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-JP_Pod_Lib_Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-JP_Pod_Lib_Example/Pods-JP_Pod_Lib_Example.debug.xcconfig"; sourceTree = "<group>"; };
F68415D946466D8FC966B6CD /* JP_Pod_Lib.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = JP_Pod_Lib.podspec; path = ../JP_Pod_Lib.podspec; sourceTree = "<group>"; };
F68415D946466D8FC966B6CD /* JP_Pod_Lib.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = JP_Pod_Lib.podspec; path = ../JP_Pod_Lib.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down
8 changes: 4 additions & 4 deletions JP_Pod_Lib.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'JP_Pod_Lib'
s.version = '0.0.3'
s.version = '0.0.5'
s.summary = '测试组件库'

# This description is used to generate tags and improve search results.
Expand All @@ -32,9 +32,9 @@ TODO: Add long description of the pod here.没有了

s.source_files = 'JP_Pod_Lib/Classes/**/*'

# s.resource_bundles = {
# 'JP_Pod_Lib' => ['JP_Pod_Lib/Assets/*.png']
# }
s.resource_bundles = {
'JP_Pod_Lib' => ['JP_Pod_Lib/Assets/*.png']
}

# s.public_header_files = 'Pod/Classes/**/*.h'
# s.frameworks = 'UIKit', 'MapKit'
Expand Down

0 comments on commit 1f36346

Please sign in to comment.