forked from Fonds-de-Dotation-du-Libre/awesome-free-software
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapple.json
19 lines (19 loc) · 938 Bytes
/
apple.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"title": "Apple",
"logo": "https://upload.wikimedia.org/wikipedia/commons/f/fa/Apple_logo_black.svg",
"country": "us",
"presence": ["worldwide"],
"website": "http://www.apple.com/",
"founded_year": "1976",
"free_software_list": [{
"title": "Swift",
"website": "https://developer.apple.com/swift/",
"logo": "https://upload.wikimedia.org/wikipedia/commons/2/20/Swift_logo_with_text.svg",
"category_list": ["Developer"],
"source_code_download": "https://github.com/apple/swift/archive/master.zip",
"source_code_profile": "https://www.openhub.net/p/swift-lang/analyses/latest/languages_summary",
"commercial_support": "",
"wikipedia_url": "https://en.wikipedia.org/wiki/Swift_(programming_language)",
"success_case_list": []
}]
}