Skip to content

Commit

Permalink
podspec changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor Lindberg committed Dec 26, 2020
1 parent 058bf28 commit 8a49d87
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
ORAnimation: dc4095f329c53b7027f14ca25656027076c7df04
ORAnimation: 2a7391990e9c29dfa6cec0c845c4c4d2ed49d0f0

PODFILE CHECKSUM: e833e827077e895f584a086e6a8222b203b8b626

Expand Down
6 changes: 4 additions & 2 deletions Example/Pods/Local Podspecs/ORAnimation.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions ORAnimation.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ Pod::Spec.new do |s|
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Egor Lindberg' => '[email protected]' }
s.source = { :git => 'https://github.com/Omega-R/ORAnimation.git', :tag => s.version.to_s } # :branch => 'add_spm_support'
s.source = { :git => 'https://github.com/Omega-R/ORAnimation.git', :branch => 'add_spm_support', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'

s.ios.deployment_target = '12.0'
# s.swift_version = '5.0'
s.swift_version = '5.0'

s.source_files = 'Sources/ORAnimation/**/*'

Expand Down

0 comments on commit 8a49d87

Please sign in to comment.