We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b8a45f commit 57453c2Copy full SHA for 57453c2
FilestackSDK.podspec
@@ -11,6 +11,7 @@ Pod::Spec.new do |spec|
11
12
spec.source_files = 'Sources/**/*.{h,swift}'
13
spec.exclude_files = 'Sources/**/SPMSupport/*.*'
14
+ spec.public_header_files = 'Sources/**/*.h'
15
16
spec.swift_versions = [4.2, 5.2]
17
spec.dependency 'Alamofire', '~> 4.9'
0 commit comments