Skip to content

Commit 8a49d87

Browse files
author
Egor Lindberg
committed
podspec changes
1 parent 058bf28 commit 8a49d87

4 files changed

Lines changed: 8 additions & 6 deletions

File tree

Example/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ EXTERNAL SOURCES:
99
:path: "../"
1010

1111
SPEC CHECKSUMS:
12-
ORAnimation: dc4095f329c53b7027f14ca25656027076c7df04
12+
ORAnimation: 2a7391990e9c29dfa6cec0c845c4c4d2ed49d0f0
1313

1414
PODFILE CHECKSUM: e833e827077e895f584a086e6a8222b203b8b626
1515

Example/Pods/Local Podspecs/ORAnimation.podspec.json

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ORAnimation.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ Pod::Spec.new do |s|
2525
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
2626
s.license = { :type => 'MIT', :file => 'LICENSE' }
2727
s.author = { 'Egor Lindberg' => 'egor-lindberg@omega-r.com' }
28-
s.source = { :git => 'https://github.com/Omega-R/ORAnimation.git', :tag => s.version.to_s } # :branch => 'add_spm_support'
28+
s.source = { :git => 'https://github.com/Omega-R/ORAnimation.git', :branch => 'add_spm_support', :tag => s.version.to_s }
2929
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
3030

3131
s.ios.deployment_target = '12.0'
32-
# s.swift_version = '5.0'
32+
s.swift_version = '5.0'
3333

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

0 commit comments

Comments
 (0)