|
1 |
| - require 'json' |
| 1 | +require 'json' |
2 | 2 |
|
3 |
| - package = JSON.parse(File.read(File.join(__dir__, 'package.json'))) |
| 3 | +package = JSON.parse(File.read(File.join(__dir__, 'package.json'))) |
4 | 4 |
|
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