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

Commit

Permalink
nuspec for core library
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmblair committed Feb 4, 2015
1 parent a038054 commit 1a98c63
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ bld/

# Allow root-level build folder
!/build/*
/build/*.nupkg

# Roslyn cache directories
*.ide/
Expand Down
22 changes: 22 additions & 0 deletions build/DependencySwizzler.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>DependencySwizzler</id>
<version>1.0.0</version>
<title>Dependency Swizzler</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.</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/bin/release/F23.Mobile.iOS.DependencySwizzler.dll" target="lib" />
</files>
</package>

0 comments on commit 1a98c63

Please sign in to comment.