Skip to content
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.

Change public header to Pocket.h #20

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion PocketAPI.podspec
Expand Up @@ -18,6 +18,6 @@ Pod::Spec.new do |s|
s.requires_arc = false

s.source_files = 'SDK/**/*.{h,m}'
s.public_header_files = 'SDK/**/PocketAPI*.h'
s.public_header_files = 'SDK/PocketAPI.h'
s.frameworks = 'Foundation', 'Security'
end