Skip to content

Commit

Permalink
Merge pull request #9 from playbook-ui/fix-podspec
Browse files Browse the repository at this point in the history
Fix podspec
  • Loading branch information
ra1028 authored Nov 5, 2020
2 parents 9a9d88b + ff0bf2d commit 9210930
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pod-lib-lint:

.PHONY: pod-release
pod-release:
bundle exec pod trunk push PlaybookAccessibilitySnapshot.podspec
bundle exec pod trunk push --verbose PlaybookAccessibilitySnapshot.podspec

.PHONY: gem
gem:
Expand Down
6 changes: 3 additions & 3 deletions PlaybookAccessibilitySnapshot.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ Pod::Spec.new do |spec|
spec.name = 'PlaybookAccessibilitySnapshot'
spec.version = `cat .version`
spec.authors = { 'jiayi-zhou' => 'jiayi.zhou98@gmail.com', 'ra1028' => 'r.fe51028.r@gmail.com' }
spec.homepage = 'https://github.com/playbook-ui/playbook-ios'
spec.documentation_url = 'https://playbook-ui.github.io/playbook-ios'
spec.homepage = 'https://github.com/playbook-ui/accessibility-snapshot-ios'
spec.documentation_url = 'https://playbook-ui.github.io/accessibility-snapshot-ios'
spec.summary = 'A library for generating snapshot images of components managed by Playbook with accessibility labels.'
spec.source = { :git => 'https://github.com/playbook-ui/playbook-ios.git', :tag => spec.version.to_s }
spec.source = { :git => 'https://github.com/playbook-ui/accessibility-snapshot-ios.git', :tag => spec.version.to_s }
spec.license = { :type => 'Apache 2.0', :file => 'LICENSE' }

spec.requires_arc = true
Expand Down

0 comments on commit 9210930

Please sign in to comment.