Skip to content

Commit 0396634

Browse files
authored
Merge pull request #134 from phatblat/result
⬇️ Fix Result version in podspec
2 parents 21c23c3 + 46f5fcf commit 0396634

File tree

1 file changed

+3
-47
lines changed

1 file changed

+3
-47
lines changed

Commandant.podspec

Lines changed: 3 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@
33
# Commandant
44
#
55

6-
# Be sure to run `pod spec lint Commandant.podspec' to ensure this is a
7-
# valid spec and to remove all comments including this before submitting the spec.
8-
#
9-
# To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html
10-
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
6+
# Be sure to run `pod spec lint Commandant.podspec' to ensure this spec is valid before committing.
117
#
8+
# To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html
129

1310
Pod::Spec.new do |s|
1411
s.name = "Commandant"
@@ -23,52 +20,11 @@ Commandant is a Swift framework for parsing command-line arguments, inspired by
2320
s.license = { type: "MIT", file: "LICENSE.md" }
2421
s.authors = { "Carthage contributors" => "https://github.com/Carthage/Commandant/graphs/contributors" }
2522

26-
# ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
27-
#
28-
2923
s.platform = :osx, "10.9"
30-
31-
# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
32-
#
33-
3424
s.source = { git: "https://github.com/Carthage/Commandant.git", tag: s.version }
3525

36-
37-
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
38-
#
39-
4026
s.source_files = "Sources/**/*.swift"
41-
# s.exclude_files = "Classes/Exclude"
42-
# s.public_header_files = "Classes/**/*.h"
43-
44-
45-
46-
# s.preserve_paths = "FilesToSave", "MoreFilesToSave"
47-
48-
49-
# ――― Project Linking ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
50-
#
51-
# Link your library with frameworks, or libraries. Libraries do not include
52-
# the lib prefix of their name.
53-
#
54-
55-
# s.framework = "SomeFramework"
56-
# s.frameworks = "SomeFramework", "AnotherFramework"
57-
58-
# s.library = "iconv"
59-
# s.libraries = "iconv", "xml2"
60-
61-
62-
# ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
63-
#
64-
# If your library depends on compiler flags you can set them in the xcconfig hash
65-
# where they will only apply to your library. If you depend on other Podspecs
66-
# you can include multiple dependencies to ensure it works.
67-
68-
# s.requires_arc = true
69-
70-
# s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
7127

72-
s.dependency "Result", "~> 4.0"
28+
s.dependency "Result", "~> 3.2"
7329

7430
end

0 commit comments

Comments
 (0)