forked from cake-contrib/Cake.XCode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCake.XCode.nuspec
More file actions
29 lines (27 loc) · 1.35 KB
/
Cake.XCode.nuspec
File metadata and controls
29 lines (27 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?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>Cake.XCode</id>
<version>$version$</version>
<authors>Redth</authors>
<owners>Redth</owners>
<title>Cake.XCode</title>
<description>Cake Build addon for XCode and CocoaPods.</description>
<summary>XCode and CocoaPods addon for cake build.</summary>
<licenseUrl>https://raw.githubusercontent.com/Redth/Cake.XCode/master/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/Redth/Cake.XCode</projectUrl>
<iconUrl>https://raw.githubusercontent.com/Redth/Cake.XCode/master/icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<copyright>Copyright (c) Redth 2015</copyright>
<releaseNotes>Initial Release</releaseNotes>
<tags>Cake Script Build XCode CocoaPods Pod</tags>
<dependencies>
<dependency id="Cake.Core" version="0.12.0" />
<dependency id="Cake.Common" version="0.12.0" />
</dependencies>
</metadata>
<files>
<file src="./Cake.XCode/bin/Release/Cake.XCode.dll" target="lib/net45" />
<file src="./Cake.XCode/bin/Release/Cake.XCode.xml" target="lib/net45" />
</files>
</package>