Skip to content

Commit

Permalink
Adding subspec section to podspec
Browse files Browse the repository at this point in the history
atljeremy committed Jul 6, 2016
1 parent 046cfa6 commit 9469b7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions JFCardSelectionViewController.podspec
Original file line number Diff line number Diff line change
@@ -94,6 +94,10 @@ Pod::Spec.new do |s|
# s.public_header_files = "JFMinimalNotification/*.h"


s.subspec 'Extensions' do |extensions|
extensions.source_files = 'Vendor/Extensions/Extensions/*.swift'
end

# ――― Resources ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
# A list of resources included with the Pod. These are copied into the

0 comments on commit 9469b7e

Please sign in to comment.