Skip to content

Commit

Permalink
Fixed public_header_files
Browse files Browse the repository at this point in the history
  • Loading branch information
amamchur committed Sep 19, 2016
1 parent 2b1c04a commit 7316a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JsonLite.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.author = { "Andrii Mamchur" => "[email protected]" }
s.source = { :git => "https://github.com/amamchur/jsonlite.git", :tag => "v1.2.2" }
s.source_files = 'amalgamated/jsonlite/*.{h,c}', 'objc/*.{h,m}'
s.public_header_files = "amalgamated/*.h", "objc/*.h"
s.public_header_files = "amalgamated/jsonlite/*.h", "objc/*.h"
s.framework = 'Foundation'
s.requires_arc = false
end

0 comments on commit 7316a0f

Please sign in to comment.