Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Podspec: add resources
Browse files Browse the repository at this point in the history
  • Loading branch information
marmelroy committed Sep 1, 2017
1 parent 0c276eb commit 92a7651
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SpotifyLogin.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "SpotifyLogin"
s.version = "0.1.1"
s.version = "0.1.2"
s.summary = "Swift 4 Framework for authenticating with the Spotify API."

# This description is used to generate tags and improve search results.
Expand All @@ -31,6 +31,7 @@ Pod::Spec.new do |s|
s.requires_arc = true

s.source_files = "SpotifyLogin", "Sources", "Sources/Internal"
s.resources = "SpotifyLogin/Resources/*.*"

# s.public_header_files = 'Pod/Classes/**/*.h'
# s.dependency 'AFNetworking', '~> 2.3'
Expand Down

0 comments on commit 92a7651

Please sign in to comment.