Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit e71b6bc

Browse files
committed
Fixed indentation in CapacitorCodePush.podspec
Signed-off-by: Clovis Durand <[email protected]>
1 parent 36e607c commit e71b6bc

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

CapacitorCodePush.podspec

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
require 'json'
1+
require 'json'
22

3-
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
3+
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
44

5-
Pod::Spec.new do |s|
6-
s.name = 'CapacitorCodepush'
7-
s.version = package['version']
8-
s.summary = package['description']
9-
s.license = package['license']
10-
s.homepage = package['homepage']
11-
s.author = package['author']
12-
s.source = { :git => package['repository'], :tag => s.version.to_s }
13-
s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
14-
s.ios.deployment_target = '12.0'
15-
s.dependency 'Capacitor'
16-
s.dependency 'SSZipArchive'
17-
s.swift_version = '5.0'
18-
end
5+
Pod::Spec.new do |s|
6+
s.name = 'CapacitorCodepush'
7+
s.version = package['version']
8+
s.summary = package['description']
9+
s.license = package['license']
10+
s.homepage = package['homepage']
11+
s.author = package['author']
12+
s.source = { :git => package['repository'], :tag => s.version.to_s }
13+
s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
14+
s.ios.deployment_target = '12.0'
15+
s.dependency 'Capacitor'
16+
s.dependency 'SSZipArchive'
17+
s.swift_version = '5.0'
18+
end

0 commit comments

Comments
 (0)