Skip to content

Commit cd526ab

Browse files
committed
fix. indent
1 parent d7b7df8 commit cd526ab

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

react-native-agora.podspec

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@ package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
44

55
Pod::Spec.new do |s|
66
s.name = "react-native-agora"
7-
s.version = package["version"]
8-
s.summary = package["description"]
9-
s.homepage = package['homepage']
7+
s.version = package["version"]
8+
s.summary = package["description"]
9+
s.homepage = package['homepage']
1010
s.license = package['license']
11-
s.authors = package["authors"]
11+
s.authors = package["authors"]
1212
s.platform = :ios, "7.0"
1313

14-
s.source = { :git => package["repository"]["url"] }
15-
s.source_files = 'ios/RCTAgora/*.{h,m}'
14+
s.source = { :git => package["repository"]["url"] }
15+
s.source_files = 'ios/RCTAgora/*.{h,m}'
1616

17-
s.subspec 'AgoraRtcCryptoLoader' do |sp|
17+
s.subspec 'AgoraRtcCryptoLoader' do |sp|
1818
sp.source_files = './ios/RCTAgora/libs/AgoraRtcCryptoLoader.framework/**/*.{c,h,m,mm,S,cpp}'
1919
sp.vendored_libraries = 'libcrypto.a'
2020
end
21-
22-
s.dependency 'React'
21+
22+
s.dependency 'React'
2323
s.dependency "AgoraRtcEngine_iOS", "2.4.1"
2424
end

0 commit comments

Comments
 (0)