Skip to content

Commit

Permalink
Fix podspec (#139) (#140)
Browse files Browse the repository at this point in the history
Fix podspec to point to correct directory
  • Loading branch information
iRoachie authored Jan 10, 2018
1 parent ac655ad commit 6eb2f68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package = JSON.parse(File.read(File.join(__dir__, "package.json")))
Pod::Spec.new do |s|
s.name = "ReactNativeSearchBar"
s.version = package["version"]
s.source_files = "**/*.{h,m}"
s.source_files = "ios/**/*.{h,m}"
s.platform = :ios, "8.0"
s.authors = { "umhan" => "" }
s.license = package["license"]
Expand Down

0 comments on commit 6eb2f68

Please sign in to comment.