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

Commit

Permalink
[TestFairy] Added .nuspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
gmegidish committed Jan 25, 2015
1 parent b7d45bb commit 2f89725
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions TestFairy/binding/TestFairy.iOS.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>TestFairy.Xamarin-iOS</id>
<version>1.0</version>
<title>TestFairy for Xamarin.iOS</title>
<authors>TestFairy</authors>
<owners>testfairy</owners>
<licenseUrl>http://www.testfairy.com/developer-tos-privacy</licenseUrl>
<projectUrl>https://www.testfairy.com</projectUrl>
<iconUrl>http://testfairy.com/media-kit-images/icon-240.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>TestFairy records video when your testers tester your app.</summary>
<description>TestFairy is a powerful app testing platform which helps iOS developers send their apps to testers and provides videos that show exactly what happened on the client side during the test.

When testing mobile apps in the crowd, you never know what exactly was done and if there was a problem, what exactly went wrong on the client side.

TestFairy solves this problem by providing you a video of the exact test that was done, including CPU, Memory, GPS, Network and a lot more.
</description>
<releaseNotes></releaseNotes>
<copyright>Copyright 2015</copyright>
<tags>testfairy iOS xamarin crash report feedback analytics</tags>
<dependencies></dependencies>
</metadata>
<files>
<file src="bin/Release/TestFairy.iOS.dll" target="lib/TestFairy/" />
</files>
</package>

0 comments on commit 2f89725

Please sign in to comment.