Browse Source

List FLEX.h in the public headers in the podspec

Ryan Olson 8 years ago
parent
commit
9f2c032157
1 changed files with 1 additions and 1 deletions
  1. 1 1
      FLEX.podspec

+ 1 - 1
FLEX.podspec

@@ -35,5 +35,5 @@ Pod::Spec.new do |spec|
   spec.frameworks       = "CoreGraphics"
   spec.libraries        = "z"
   spec.requires_arc     = true
-  spec.public_header_files = "Classes/**/FLEXManager.h"
+  spec.public_header_files = [ "Classes/**/FLEXManager.h", "Classes/FLEX.h" ]
 end