File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,13 @@ package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
44Pod ::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'
You can’t perform that action at this time.
0 commit comments