This repository has been archived by the owner on Mar 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added nuspec files for Unity and TinyIoC packages. Updated README with external links, and note about limitations with TinyIoC.
- Loading branch information
1 parent
1a98c63
commit f46ea23
Showing
3 changed files
with
62 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package> | ||
<metadata> | ||
<id>DependencySwizzler.TinyIoC</id> | ||
<version>1.0.0</version> | ||
<title>Dependency Swizzler (TinyIoC)</title> | ||
<authors>James Blair</authors> | ||
<owners>feature[23]</owners> | ||
<copyright>Copyright 2015 feature[23]</copyright> | ||
<description> | ||
A Xamarin iOS library to enable dependency injection of UIViewControllers that use storyboards. | ||
This package provides a default implementation for the TinyIoC container. | ||
</description> | ||
<summary>A Xamarin iOS library to enable dependency injection of UIViewControllers that use storyboards.</summary> | ||
<language>en-US</language> | ||
<projectUrl>https://github.com/feature23/DependencySwizzler</projectUrl> | ||
<licenseUrl>https://raw.githubusercontent.com/feature23/DependencySwizzler/master/LICENSE.md</licenseUrl> | ||
<iconUrl>https://raw.githubusercontent.com/feature23/DependencySwizzler/master/logo.png</iconUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<tags>dependency swizzler swizzle ios unity tinyioc .net</tags> | ||
</metadata> | ||
<files> | ||
<file src="../src/F23.Mobile.iOS.DependencySwizzler.TinyIoC/bin/release/F23.Mobile.iOS.DependencySwizzler.TinyIoC.dll" target="lib" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package> | ||
<metadata> | ||
<id>DependencySwizzler.Unity</id> | ||
<version>1.0.0</version> | ||
<title>Dependency Swizzler (Unity)</title> | ||
<authors>James Blair</authors> | ||
<owners>feature[23]</owners> | ||
<copyright>Copyright 2015 feature[23]</copyright> | ||
<description> | ||
A Xamarin iOS library to enable dependency injection of UIViewControllers that use storyboards.This package provides a default implementation for the Microsoft Unity container. | ||
</description> | ||
<summary>A Xamarin iOS library to enable dependency injection of UIViewControllers that use storyboards.</summary> | ||
<language>en-US</language> | ||
<projectUrl>https://github.com/feature23/DependencySwizzler</projectUrl> | ||
<licenseUrl>https://raw.githubusercontent.com/feature23/DependencySwizzler/master/LICENSE.md</licenseUrl> | ||
<iconUrl>https://raw.githubusercontent.com/feature23/DependencySwizzler/master/logo.png</iconUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<tags>dependency swizzler swizzle ios unity tinyioc .net</tags> | ||
<dependencies> | ||
<dependency id="CommonServiceLocation" version="1.0.0" /> | ||
<dependency id="Unity" version="3.5.1404.0" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="../src/F23.Mobile.iOS.DependencySwizzler.Unity/bin/release/F23.Mobile.iOS.DependencySwizzler.Unity.dll" target="lib" /> | ||
</files> | ||
</package> |