Skip to content

Commit 55b8b75

Browse files
committed
podspec updated
1 parent 427f7fa commit 55b8b75

File tree

2 files changed

+11
-16
lines changed

2 files changed

+11
-16
lines changed

RNJivochat.podspec

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,17 @@ package = JSON.parse(File.read(File.join(__dir__, "package.json")))
55
Pod::Spec.new do |s|
66
s.name = "RNJivochat"
77
s.version = package["version"]
8-
s.summary = package["description"]
9-
s.description = <<-DESC
10-
RNJivochat
11-
DESC
12-
s.homepage = "https://github.com/author/RNJivochat"
13-
s.license = "MIT"
14-
# s.license = { :type => "MIT", :file => "FILE_LICENSE" }
15-
s.author = { "author" => "[email protected]" }
16-
s.platform = :ios, "7.0"
17-
s.source = { :git => "https://github.com/author/RNJivochat.git", :tag => "#{s.version}" }
8+
s.summary = package["title"]
9+
s.description = package["description"]
10+
s.homepage = package["homepage"]
11+
# s.license = package["license"]
12+
s.license = { :type => package["license"], :file => package["licenseFilename"] }
13+
s.author = package["author"]
14+
s.platform = :ios, "11.0"
15+
s.source = { :git => package["repository"]["url"], :tag => "#{s.version}" }
1816

1917
s.source_files = "ios/**/*.{h,m}"
2018
s.requires_arc = true
2119

2220
s.dependency "React"
23-
#s.dependency "others"
2421
end
25-
26-

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-jivochat",
33
"title": "React Native Jivochat",
4-
"version": "1.1.4",
4+
"version": "1.1.5",
55
"description": "Customer Support Chat by JivoChat",
66
"main": "index.js",
77
"scripts": {
@@ -10,7 +10,7 @@
1010
},
1111
"repository": {
1212
"type": "git",
13-
"url": "git+https://github.com/rf1804/react-native-jivochat.git",
13+
"url": "https://github.com/rf1804/react-native-jivochat.git",
1414
"baseUrl": "https://github.com/rf1804/react-native-jivochat"
1515
},
1616
"homepage": "https://github.com/rf1804/react-native-jivochat#readme",
@@ -43,4 +43,4 @@
4343
"react": "16.0.0-alpha.6",
4444
"react-native": "^0.44.1"
4545
}
46-
}
46+
}

0 commit comments

Comments
 (0)