Skip to content
This repository has been archived by the owner on Nov 14, 2021. It is now read-only.

Commit

Permalink
Bumped EasyInject dependency limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Knabel committed Aug 12, 2016
1 parent 6dada0b commit 8dc2126
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 18 deletions.
9 changes: 9 additions & 0 deletions .jazzy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
author: Valentin Knabel
author_url: https://twitter.com/vknabel
github_url: https://github.com/vknabel/ValidatedInjectAdditions
module: ValidatedInjectAdditions
module_version: 0.1.0
root_url: https://vknabel.github.io/ValidatedInjectAdditions/
readme: README.md
output: docs/
theme: fullwidth
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ let package = Package(
dependencies: [
.Package(
url: "https://github.com/vknabel/EasyInject.git",
versions: Version(0,3,0)..<Version(0,4,0)),
versions: Version(0,3,0)..<Version(0,5,0)),
.Package(
url: "https://github.com/vknabel/ValidatedExtension.git",
versions: Version(3,0,0)..<Version(4,0,0))
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ let package = Package(
### Carthage

```ruby
github "vknabel/EasyInject" ~> 0.3
github "vknabel/ValidatedExtension" ~> 3.0
github "vknabel/ValidatedInjectAdditions.git" ~> 0.1
github "vknabel/EasyInject"
github "vknabel/ValidatedExtension"
github "vknabel/ValidatedInjectAdditions" ~> 0.1
```

### CocoaPods
Expand All @@ -33,9 +33,9 @@ github "vknabel/ValidatedInjectAdditions.git" ~> 0.1
source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!

pod 'EasyInject', '~> 0.3'
pod 'ValidatedExtension', '~> 3.0'
pod 'ValidatedInjectAdditions.git', '~> 0.1'
pod 'EasyInject'
pod 'ValidatedExtension'
pod 'ValidatedInjectAdditions', '~> 0.1'
```

## Example
Expand Down
4 changes: 2 additions & 2 deletions ValidatedInjectAdditions.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ValidatedInjectAdditions"
s.version = "0.1.0"
s.version = "0.1.1"
s.summary = "Adds convenience when using ValidatedExtension and EasyInject"
s.description = <<-DESC
ValidatedExtension-EasyInject is a μ-library that adds convenience methods to EasyInject and ValidatedExtension.
Expand All @@ -17,6 +17,6 @@ Pod::Spec.new do |s|
s.watchos.deployment_target = '2.0'
s.requires_arc = true
s.source_files = 'Sources/**/*.swift'
s.dependency 'EasyInject', '~> 0.3'
s.dependency 'EasyInject', '~> 0.5'
s.dependency 'ValidatedExtension', '~> 3.0'
end
18 changes: 9 additions & 9 deletions ValidatedInjectAdditions.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,21 @@
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
BAEE58361D53DAB1000A927B /* PBXContainerItemProxy */ = {
BA7671FB1D5DC3AE0030AB7D /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = __RootObject_ /* Project object */;
proxyType = 1;
remoteGlobalIDString = "______Target_EasyInject";
remoteInfo = EasyInject;
};
BAEE58371D53DAB1000A927B /* PBXContainerItemProxy */ = {
BA7671FC1D5DC3AE0030AB7D /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = __RootObject_ /* Project object */;
proxyType = 1;
remoteGlobalIDString = "______Target_ValidatedExtension";
remoteInfo = ValidatedExtension;
};
BAEE58381D53DAB1000A927B /* PBXContainerItemProxy */ = {
BA7671FD1D5DC3AE0030AB7D /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = __RootObject_ /* Project object */;
proxyType = 1;
Expand Down Expand Up @@ -75,7 +75,7 @@
"_____Product_EasyInject" /* EasyInject.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = EasyInject.framework; sourceTree = BUILT_PRODUCTS_DIR; };
"_____Product_ValidatedExtension" /* ValidatedExtension.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = ValidatedExtension.framework; sourceTree = BUILT_PRODUCTS_DIR; };
"_____Product_ValidatedInjectAdditions" /* ValidatedInjectAdditions.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = ValidatedInjectAdditions.framework; sourceTree = BUILT_PRODUCTS_DIR; };
"_____Product_ValidatedInjectAdditionsTestSuite" /* ValidatedInjectAdditionsTestSuite.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; path = ValidatedInjectAdditionsTestSuite.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
"_____Product_ValidatedInjectAdditionsTestSuite" /* RelativePath(_impl: Basic.(PathImpl in _F37600050464D58680C1E5753557C388)(string: "ValidatedInjectAdditionsTestSuite.xctest")) */ = {isa = PBXFileReference; lastKnownFileType = file; name = "RelativePath(_impl: Basic.(PathImpl in _F37600050464D58680C1E5753557C388)(string: \"ValidatedInjectAdditionsTestSuite.xctest\"))"; path = ValidatedInjectAdditionsTestSuite.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -127,7 +127,7 @@
TestProducts_ /* Tests */ = {
isa = PBXGroup;
children = (
"_____Product_ValidatedInjectAdditionsTestSuite" /* ValidatedInjectAdditionsTestSuite.xctest */,
"_____Product_ValidatedInjectAdditionsTestSuite" /* RelativePath(_impl: Basic.(PathImpl in _F37600050464D58680C1E5753557C388)(string: "ValidatedInjectAdditionsTestSuite.xctest")) */,
);
name = Tests;
sourceTree = "<group>";
Expand Down Expand Up @@ -298,7 +298,7 @@
);
name = ValidatedInjectAdditionsTestSuite;
productName = ValidatedInjectAdditionsTestSuite;
productReference = "_____Product_ValidatedInjectAdditionsTestSuite" /* ValidatedInjectAdditionsTestSuite.xctest */;
productReference = "_____Product_ValidatedInjectAdditionsTestSuite" /* RelativePath(_impl: Basic.(PathImpl in _F37600050464D58680C1E5753557C388)(string: "ValidatedInjectAdditionsTestSuite.xctest")) */;
productType = "com.apple.product-type.bundle.unit-test";
};
/* End PBXNativeTarget section */
Expand Down Expand Up @@ -377,17 +377,17 @@
__Dependency_EasyInject /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = "______Target_EasyInject" /* EasyInject */;
targetProxy = BAEE58361D53DAB1000A927B /* PBXContainerItemProxy */;
targetProxy = BA7671FB1D5DC3AE0030AB7D /* PBXContainerItemProxy */;
};
__Dependency_ValidatedExtension /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = "______Target_ValidatedExtension" /* ValidatedExtension */;
targetProxy = BAEE58371D53DAB1000A927B /* PBXContainerItemProxy */;
targetProxy = BA7671FC1D5DC3AE0030AB7D /* PBXContainerItemProxy */;
};
__Dependency_ValidatedInjectAdditions /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = "______Target_ValidatedInjectAdditions" /* ValidatedInjectAdditions */;
targetProxy = BAEE58381D53DAB1000A927B /* PBXContainerItemProxy */;
targetProxy = BA7671FD1D5DC3AE0030AB7D /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */

Expand Down

0 comments on commit 8dc2126

Please sign in to comment.