Skip to content

Commit 1d6d217

Browse files
bang9hyochan
authored andcommitted
chore: update podspec (#658)
- fix source_files path - fix tag version format
1 parent e306b72 commit 1d6d217

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

RNIap.podspec

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@ package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
44
Pod::Spec.new do |s|
55
s.name = "RNIap"
66
s.version = package['version']
7-
s.summary = "RNIap"
8-
s.description = package['description']
7+
s.summary = package['description']
98
s.homepage = "https://github.com/dooboolab/react-native-iap"
109
s.license = "MIT"
1110
s.author = package['author']
12-
s.platform = :ios, "7.0"
13-
s.source = { :git => "https://github.com/dooboolab/react-native-iap", :tag => "v#{s.version}" }
14-
s.source_files = "ios/**/*.{h,m}"
11+
s.platform = :ios, "9.0"
12+
s.source = { :git => "https://github.com/dooboolab/react-native-iap.git", :tag => "#{s.version}" }
13+
s.source_files = "ios/*.{h,m}"
1514
s.requires_arc = true
1615

1716
s.dependency 'React'

0 commit comments

Comments
 (0)