Skip to content

Commit

Permalink
tag
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelonjack committed Nov 18, 2018
1 parent 9fec7d7 commit 04a36f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TabbedPageView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ s.source = { :git => "https://github.com/michaelonjack/TabbedPageView.git",
s.framework = "UIKit"

# 8
s.source_files = "TabbedPageView/**/*.{swift}"
s.source_files = "TabbedPageView/*.{swift}"

# 9
s.resources = "TabbedPageView/**/*.{png,jpeg,jpg,storyboard,xib,xcassets}"
s.resources = "TabbedPageView/*.{png,jpeg,jpg,storyboard,xib,xcassets}"

# 10
s.swift_version = "4.2"
Expand Down
Binary file not shown.

0 comments on commit 04a36f6

Please sign in to comment.