Skip to content

Commit

Permalink
update podfile
Browse files Browse the repository at this point in the history
  • Loading branch information
luoxiu committed Aug 31, 2019
1 parent f762673 commit 83f34b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2
5.0
10 changes: 0 additions & 10 deletions .swiftlint.yml

This file was deleted.

9 changes: 2 additions & 7 deletions Once.podspec
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
Pod::Spec.new do |s|
s.name = "Once"
s.version = "1.0.0"
s.summary = "Minimalists library to manage one-off operations."
s.description = <<-DESC
Once is a minimalists library to manage one-off operations.
DESC
s.summary = "Once allows you to manage the number of executions of a task using an intuitive API."
s.homepage = "https://github.com/luoxiu/Once"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Quentin Jin" => "luoxiustm@gmail.com" }
s.author = { "Quentin Jin" => "luoxiustm@gmail.com" }
s.source = { :git => "https://github.com/luoxiu/Once.git", :tag => s.version.to_s }
s.source_files = "Sources/**/*"
s.frameworks = "Foundation"
s.requires_arc = true
s.swift_version = "5.0"

s.ios.deployment_target = "10.0"
Expand Down

0 comments on commit 83f34b5

Please sign in to comment.