Skip to content

Commit

Permalink
Move podspec to where "react-native link" expects it to be
Browse files Browse the repository at this point in the history
  • Loading branch information
mars-lan committed Feb 19, 2018
1 parent 406c7cc commit 6c23897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/RNIap.podspec → RNIap.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.author = { "author" => "author@domain.cn" }
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/author/RNIap.git", :tag => "master" }
s.source_files = "RNIap/**/*.{h,m}"
s.source_files = "ios/RNIap/**/*.{h,m}"
s.requires_arc = true


Expand Down

0 comments on commit 6c23897

Please sign in to comment.