Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor Lindberg committed Dec 26, 2020
1 parent 84660b4 commit 4062de2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use_frameworks!

platform :ios, '9.0'
platform :ios, '12.0'

target 'ORAnimation_Example' do
pod 'ORAnimation', :path => '../'
Expand Down
8 changes: 0 additions & 8 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

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

5 changes: 3 additions & 2 deletions ORAnimation.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'ORAnimation'
s.version = '3.1.3'
s.version = '3.1.4'
s.summary = 'ORAnimation.'

# This description is used to generate tags and improve search results.
Expand All @@ -25,10 +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 }
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.source_files = 'Sources/ORAnimation/**/*'

Expand Down

0 comments on commit 4062de2

Please sign in to comment.