Navigation Menu

Skip to content

Commit

Permalink
podspec modified
Browse files Browse the repository at this point in the history
  • Loading branch information
helenhell committed Feb 8, 2020
1 parent 998512f commit 1243928
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ETCarouSwift.podspec
Expand Up @@ -10,10 +10,10 @@ Pod::Spec.new do |spec|
DESC

spec.homepage = "https://github.com/helenhell/ETCarouSwift"
spec.license = "MIT"
spec.license = 'MIT'
spec.author = { "Elena Slovushch" => "elena.slovushch@gmail.com" }
spec.platform = :ios
spec.source = { :git => "https://github.com/helenhell/ETCarouSwift", :tag => "#{spec.version}" }
spec.platform = :ios, '12.0'
spec.source = { :git => "https://github.com/helenhell/ETCarouSwift.git", :tag => "#{spec.version}" }

spec.source_files = "ETCarouSwift", "ETCarouSwift/*.{h,swift}"
spec.swift_version = "5.0"
Expand Down
10 changes: 10 additions & 0 deletions Podfile
@@ -0,0 +1,10 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'ETCarouSwift' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!

# Pods for ETCarouSwift

end

0 comments on commit 1243928

Please sign in to comment.