https://github.com/steve228uk/giphykit
Just another Giphy Swift wrapper
https://github.com/steve228uk/giphykit
Last synced: about 2 months ago
JSON representation
Just another Giphy Swift wrapper
- Host: GitHub
- URL: https://github.com/steve228uk/giphykit
- Owner: steve228uk
- Created: 2016-01-15T12:20:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-08T22:47:52.000Z (about 9 years ago)
- Last Synced: 2025-01-16T01:14:49.814Z (4 months ago)
- Language: Swift
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# GiphyKit
## Just another Swift wrapper for GiphyThis is incomplete and may never be finished. It requires Alamofire and SwiftyJSON. No podspec is included yet.
## Usage
Giphy.APIKey = "dc6zaTOxFJmzC"
Giphy.search("cats") { gifs, error in
print(gifs)
print(error)
}