1
0
mirror of https://github.com/dkhamsing/open-source-ios-apps.git synced 2025-01-16 10:52:24 +01:00

GIF category

This commit is contained in:
Daniel Khamsing 2016-09-01 06:52:20 -07:00
parent 2d36d49df4
commit 3475e9ef45

View File

@ -110,6 +110,12 @@
"id": "content", "id": "content",
"parent": "media" "parent": "media"
}, },
{
"title": "GIF",
"id": "gif",
"description": "Mostly using http://giphy.com/",
"parent": "media"
},
{ {
"title": "News", "title": "News",
"id": "news" "id": "news"
@ -5484,10 +5490,10 @@
"title": "ReactiveKitten", "title": "ReactiveKitten",
"category-ids": [ "category-ids": [
"reactive-programming", "reactive-programming",
"content", "gif",
"sample" "sample"
], ],
"description": "It's about gifs and cats, example project for Interstellar", "description": "It's about GIFs & cats, uses Interstellar",
"source": "https://github.com/JensRavens/ReactiveKitten", "source": "https://github.com/JensRavens/ReactiveKitten",
"tags": [ "tags": [
"swift" "swift"
@ -6789,9 +6795,9 @@
}, },
{ {
"title": "Swift-Gif", "title": "Swift-Gif",
"description": "Gif Search", "description": "GIF Search",
"category-ids": [ "category-ids": [
"content" "gif"
], ],
"source": "https://github.com/pjchavarria/Swift-Gif", "source": "https://github.com/pjchavarria/Swift-Gif",
"license": "mit", "license": "mit",
@ -7839,7 +7845,7 @@
"reactivecocoa", "reactivecocoa",
"content" "content"
], ],
"description": "Giphy (http://giphy.com) client written in Swift with ReactiveCocoa", "description": "Uses ReactiveCocoa",
"source": "https://github.com/evgeniyd/Giraffe", "source": "https://github.com/evgeniyd/Giraffe",
"date_added": "Sep 1 2016", "date_added": "Sep 1 2016",
"suggested_by": "@akaralar", "suggested_by": "@akaralar",