Skip to content

Commit

Permalink
Merge pull request #10 from enricodeleo/capacitor
Browse files Browse the repository at this point in the history
bugfix: podspec required attributes
  • Loading branch information
leo6104 authored Feb 26, 2021
2 parents ddb8ef1 + 32d2280 commit 53ce4d0
Show file tree
Hide file tree
Showing 3 changed files with 21,277 additions and 4,716 deletions.
4 changes: 2 additions & 2 deletions CapacitorCodePush.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
s.version = package['version']
s.summary = package['description']
s.license = package['license']
s.homepage = package['repository']['url']
s.homepage = package['homepage']
s.author = package['author']
s.source = { :git => package['repository']['url'], :tag => s.version.to_s }
s.source = { :git => package['repository'], :tag => s.version.to_s }
s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
s.ios.deployment_target = '12.0'
s.dependency 'Capacitor'
Expand Down
Loading

0 comments on commit 53ce4d0

Please sign in to comment.