From f86edfe2e9e58bbc3f7979e90acd87a0fc4245c5 Mon Sep 17 00:00:00 2001 From: ryohey Date: Mon, 18 Jan 2016 13:16:38 +0900 Subject: [PATCH] change public header to Pocket.h --- PocketAPI.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PocketAPI.podspec b/PocketAPI.podspec index d6bd6b5..01f8b91 100644 --- a/PocketAPI.podspec +++ b/PocketAPI.podspec @@ -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