Skip to content
This repository has been archived by the owner on Aug 29, 2022. It is now read-only.

Podspec trivia #262

Merged
merged 3 commits into from
Nov 8, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

13 changes: 9 additions & 4 deletions BNRDeferred.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,19 @@ Pod::Spec.new do |s|
DESC

s.homepage = "https://github.com/bignerdranch/Deferred"
s.documentation_url = "https://bignerdranch.github.io/Deferred/"

# ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.license = "MIT"
s.license = { :type => 'MIT', :file => 'LICENSE' }

# ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.authors = {"John Gallagher" => "jgallagher@bignerdranch.com",
"Zachary Waldowski" => "zachary@bignerdranch.com",
"Brian Hardy" => "brian@bignerdranch.com"}
s.authors = {"Zachary Waldowski" => "zachary@bignerdranch.com",
"Big Nerd Ranch" => nil}
s.social_media_url = "https://twitter.com/bignerdranch"

# ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.swift_version = "4.1"
s.cocoapods_version = ">=1.1.0"
s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.10"
s.watchos.deployment_target = "2.0"
Expand All @@ -34,6 +37,8 @@ Pod::Spec.new do |s|
s.source_files = "Sources/**/*.swift"
s.preserve_path = "Sources/Atomics"
s.module_name = "Deferred"

# ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.pod_target_xcconfig = { "SWIFT_INCLUDE_PATHS": "$(PODS_TARGET_SRCROOT)/Sources/Atomics/include" }

end