-
Notifications
You must be signed in to change notification settings - Fork 5
/
Airship.iOS.PreferenceCenter.nuspec
23 lines (22 loc) · 1.16 KB
/
Airship.iOS.PreferenceCenter.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>airship.ios.preferencecenter</id>
<version>17.10.1</version>
<title>Airship iOS SDK - Preference Center</title>
<authors>Airship, Inc.</authors>
<projectUrl>https://github.com/urbanairship/urbanairship-xamarin</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Preference Center support for Airship SDK</description>
<dependencies>
<group targetFramework="Xamarin.iOS1.0">
<dependency id="airship.ios.core" version="17.10.1"/>
</group>
</dependencies>
</metadata>
<files>
<file src="src/AirshipBindings.iOS.PreferenceCenter/bin/release/AirshipBindings.iOS.PreferenceCenter.dll" target="lib/Xamarin.iOS10" />
<file src="src/AirshipBindings.iOS.PreferenceCenter/bin/Release/AirshipBindings.iOS.PreferenceCenter.resources/**" target="content/res" />
<file src="src/AirshipBindings.iOS.PreferenceCenter/urbanairship.ios.preferencecenter.targets" target="build/airship.ios.preferencecenter.targets" />
</files>
</package>