-
Notifications
You must be signed in to change notification settings - Fork 63
/
Manifest.yml
143 lines (121 loc) · 3.75 KB
/
Manifest.yml
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
---
global:
github:
repo: ipfs-shipyard/gomobile-ipfs
url: https://github.com/ipfs-shipyard/gomobile-ipfs
git_url: https://github.com/ipfs-shipyard/gomobile-ipfs.git
issues_url: https://github.com/ipfs-shipyard/gomobile-ipfs/issues
changelog: &global_changelog CHANGELOG.md
licenses:
- name: The Apache Software License, Version 2.0
short_name: Apache-2.0
url: http://www.apache.org/licenses/LICENSE-2.0.txt
distribution: repo
- name: MIT License
short_name: MIT
url: http://www.opensource.org/licenses/mit-license.php
distribution: repo
berty: &berty
- organization: Berty Technologies
organization_url: https://berty.tech
developers:
- id: aeddi
name: Antoine Eddi
email: [email protected]
<<: *berty
- id: gfanton
name: Guilhem Fanton
email: [email protected]
<<: *berty
group_id: ipfs.gomobile
android:
compile_sdk_version: &compile_sdk_version 30
min_sdk_version: 24
target_sdk_version: *compile_sdk_version
repo: gomobile-ipfs-android
packaging: aar
bintray_url: https://repo1.maven.org/maven2/
scm:
connection: scm:git:git://github.com/ipfs-shipyard/gomobile-ipfs.git
developer_connection:
scm:git:ssh://github.com:ipfs-shipyard/gomobile-ipfs.git
url: https://github.com/ipfs-shipyard/gomobile-ipfs/tree/master
ios:
platform: :ios, '10.0'
repo: gomobile-ipfs-ios
package_url: https://github.com/{repo}/releases/download/{version}/{name}-{version}.pod.zip # yamllint disable-line rule:line-length
demo_app:
application_id: example
repo: gomobile-ipfs-demo
go_core:
android:
artifact_id: core
name: Gomobile-IPFS - Android Core
description:
Android Gomobile package exposing go-ipfs methods required by
Gomobile-IPFS-Bridge
override: false
publish: true
public_download_numbers: true
github_release_notes_file: *global_changelog
readme_syntax: # markdown || asciidoc || plain_text
readme_content:
ios:
package: core
name: Gomobile-IPFS-Core
summary:
iOS Gomobile package exposing go-ipfs methods required by
Gomobile-IPFS-Bridge
override: false
publish: true
public_download_numbers: true
github_release_notes_file: *global_changelog
readme_syntax: # markdown || asciidoc || plain_text
readme_content:
android_bridge:
artifact_id: bridge
name: Gomobile-IPFS - Android Bridge
description:
Java package offering a simple interface to the underlying
Gomobile-IPFS-Core objects
override: false
publish: true
public_download_numbers: true
github_release_notes_file: *global_changelog
ios_bridge:
swift_version: 5.0
package: bridge
name: Gomobile-IPFS-Bridge
import_name: GomobileIPFS
summary:
Swift module offering a simple interface to the underlying
Gomobile-IPFS-Core objects
override: false
publish: true
public_download_numbers: true
github_release_notes_file: *global_changelog
readme_syntax: # markdown || asciidoc || plain_text
readme_content:
android_demo_app:
package: android
filename: android-demo
description:
Simple demo app for Android that fetches a random XKCD using Gomobile-IPFS
override: false
publish: true
public_download_numbers: true
github_release_notes_file: *global_changelog
readme_syntax: # markdown || asciidoc || plain_text
readme_content:
ios_demo_app:
name: GomobileIPFS Example
package: ios
filename: ios-demo
description:
Simple demo app for iOS that fetches a random XKCD using Gomobile-IPFS
override: false
publish: true
public_download_numbers: true
github_release_notes_file: *global_changelog
readme_syntax: # markdown || asciidoc || plain_text
readme_content: