diff --git a/Example/Podfile.lock b/Example/Podfile.lock index c3075bb..6ea6b6b 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -9,7 +9,7 @@ EXTERNAL SOURCES: :path: "../" SPEC CHECKSUMS: - ORAnimation: dc4095f329c53b7027f14ca25656027076c7df04 + ORAnimation: 2a7391990e9c29dfa6cec0c845c4c4d2ed49d0f0 PODFILE CHECKSUM: e833e827077e895f584a086e6a8222b203b8b626 diff --git a/Example/Pods/Local Podspecs/ORAnimation.podspec.json b/Example/Pods/Local Podspecs/ORAnimation.podspec.json index 2ea5562..13ef716 100644 --- a/Example/Pods/Local Podspecs/ORAnimation.podspec.json +++ b/Example/Pods/Local Podspecs/ORAnimation.podspec.json @@ -13,10 +13,12 @@ }, "source": { "git": "https://github.com/Omega-R/ORAnimation.git", - "branch": "add_spm_support" + "tag": "3.1.4" }, "platforms": { "ios": "12.0" }, - "source_files": "Sources/ORAnimation/**/*" + "swift_versions": "5.0", + "source_files": "Sources/ORAnimation/**/*", + "swift_version": "5.0" } diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock index c3075bb..6ea6b6b 100644 --- a/Example/Pods/Manifest.lock +++ b/Example/Pods/Manifest.lock @@ -9,7 +9,7 @@ EXTERNAL SOURCES: :path: "../" SPEC CHECKSUMS: - ORAnimation: dc4095f329c53b7027f14ca25656027076c7df04 + ORAnimation: 2a7391990e9c29dfa6cec0c845c4c4d2ed49d0f0 PODFILE CHECKSUM: e833e827077e895f584a086e6a8222b203b8b626 diff --git a/ORAnimation.podspec b/ORAnimation.podspec index f559e78..5948d82 100644 --- a/ORAnimation.podspec +++ b/ORAnimation.podspec @@ -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' => 'egor-lindberg@omega-r.com' } - 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/' s.ios.deployment_target = '12.0' - # s.swift_version = '5.0' + s.swift_version = '5.0' s.source_files = 'Sources/ORAnimation/**/*'