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 1
1
require "json"
2
2
3
- Pod ::Spec . new do |s |
4
- # NPM package specification
5
- package = JSON . parse ( File . read ( File . join ( File . dirname ( __FILE__ ) , "package.json" ) ) )
3
+ # NPM package specification
4
+ package = JSON . parse ( File . read ( File . join ( File . dirname ( __FILE__ ) , "package.json" ) ) )
6
5
6
+ Pod ::Spec . new do |s |
7
7
s . name = "ReactNativeAudioToolkit"
8
8
s . version = package [ "version" ]
9
9
s . summary = package [ "description" ]
10
10
s . homepage = package [ "homepage" ]
11
11
s . license = "MIT"
12
12
s . author = { "Rasmus Eskola" => "fruitiex@gmail.com" }
13
13
s . platforms = { :ios => "9.0" , :tvos => "9.0" }
14
- s . source = { :git => package [ "repository" ] [ "url" ] , :tag => "#{ s . version } " }
14
+ s . source = { :git => package [ "repository" ] [ "url" ] , :tag => "v #{ s . version } " }
15
15
s . source_files = "ios/**/*.{h,m}"
16
16
17
17
s . dependency "React"
18
-
19
18
end
You can’t perform that action at this time.
0 commit comments