Skip to content

Commit 740d749

Browse files
authored
1.0.8 (#9)
1 parent f507f71 commit 740d749

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qubit-sdk-react-native",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "React Native bridge for using native Qubit SDK libraries on iOS and Android",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

qubit-sdk-react-native.podspec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ Pod::Spec.new do |s|
1111
DESC
1212
s.homepage = "https://github.com/qubitdigital/qubit-sdk-react-native"
1313
s.license = "MIT"
14-
# s.license = { :type => "MIT", :file => "FILE_LICENSE" }
15-
s.authors = { "Your Name" => "info@qubit.com" }
14+
s.authors = { "Qubit" => "info@qubit.com" }
1615
s.platforms = { :ios => "9.0", :tvos => "10.0" }
1716
s.source = { :git => "git@github.com:qubitdigital/qubit-sdk-react-native.git", :tag => "#{s.version}" }
1817

@@ -21,5 +20,5 @@ Pod::Spec.new do |s|
2120

2221
s.dependency "React"
2322
s.dependency "QubitSDK"
24-
s.swift_versions = ['4.0', '4.1', '4.2', '5.0']
23+
s.swift_versions = ['4.0', '4.1', '4.2', '5.0', '5.1', '5.2', '5.3']
2524
end

0 commit comments

Comments
 (0)