forked from Redth/ZXing.Net.Mobile
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomponent.yaml
75 lines (74 loc) · 2.08 KB
/
component.yaml
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
name: ZXing.Net.Mobile
id: zxing.net.mobile
publisher: Redth
license: License.md
skip_docs: true
icons:
- ./zxing.net.mobile_128x128.png
- ./zxing.net.mobile_512x512.png
publisher-url: https://github.com/Redth/ZXing.Net.Mobile
libraries:
ios:
- ./Build/Release/ios/zxing.portable.dll
- ./Build/Release/ios/ZXingNetMobile.dll
ios-unified:
- ./Build/Release/ios-unified/zxing.portable.dll
- ./Build/Release/ios-unified/ZXingNetMobile.dll
android:
- ./Build/Release/android/zxing.portable.dll
- ./Build/Release/android/ZXingNetMobile.dll
winphone-8.0:
- ./Build/Release/wp8.0/zxing.portable.dll
- ./Build/Release/wp8.0/ZXingNetMobile.dll
packages:
android:
- Xamarin.Android.Support.v4, Version=22.2.1.0
winphone-8.0:
- WriteableBitmapEx, Version=1.5.0.0
summary: "ZXing.Net.Mobile is a C#/.NET Barcode Scanning Library"
details: ./Details.md
getting-started: ./GettingStarted.md
version: 1.5.1.0
samples:
- name: Xamarin.iOS Unified API Sample
path: "./samples/iOS/Sample.iOS.sln"
removeProjects:
- ZXing.Net.Mobile.iOS
installNuGets:
- project: Sample.iOS
packages:
- ZXing.Net.Mobile
no_build: true
skip_docs: true
- name: Xamarin.iOS Classic API Sample
path: "./samples/iOS/Sample.iOS-Classic.sln"
removeProjects:
- ZXing.Net.Mobile.iOS-Classic
installNuGets:
- project: Sample.iOS-Classic
packages:
- ZXing.Net.Mobile
no_build: true
skip_docs: true
- name: Xamarin.Android Sample
path: "./samples/Android/Sample.Android.sln"
removeProjects:
- ZXing.Net.Mobile.Android
installNuGets:
- project: Sample.Android
packages:
- ZXing.Net.Mobile
no_build: true
skip_docs: true
- name: Windows Phone 8 Sample
path: "./samples/WindowsPhone8/Sample.WindowsPhone8.sln"
removeProjects:
- ZXing.Net.Mobile.WindowsPhone8
installNuGets:
- project: Sample.WindowsPhone8
packages:
- ZXing.Net.Mobile
no_build: true
skip_docs: true
local-nuget-repo: ./NuGet
no_build: true