Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robbdimitrov/pixelgram-ios
iOS client for Pixelgram https://github.com/robbdimitrov/pixelgram
https://github.com/robbdimitrov/pixelgram-ios
reactivex rxswift swift
Last synced: 2 days ago
JSON representation
iOS client for Pixelgram https://github.com/robbdimitrov/pixelgram
- Host: GitHub
- URL: https://github.com/robbdimitrov/pixelgram-ios
- Owner: robbdimitrov
- License: mit
- Created: 2017-10-24T12:39:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-23T19:12:51.000Z (about 7 years ago)
- Last Synced: 2024-11-10T15:06:52.781Z (about 1 month ago)
- Topics: reactivex, rxswift, swift
- Language: Swift
- Homepage:
- Size: 1.15 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PixelGram iOS Client
iOS client for the [PixelGram API](https://github.com/robbdimitrov/pixelgram-api).
## Setup
1. Clone and run the [API](https://github.com/robbdimitrov/pixelgram-api).
2. Clone the project and open in Xcode```
$ git clone [email protected]:robbdimitrov/pixelgram-ios.git
$ cd pixelgram-ios
```3. Install the [`CocoaPods`](https://cocoapods.org/) dependencies
```
$ pod install
```4. Change the `baseURL` inside `APIClient` to point to your server.
5. Run the iOS client on a device or a simulator## Screenshots
Screenshots are available in the [`Screenshots`](Screenshots) directory.
## Contact
[Robert Dimitrov](http://robbdimitrov.com)
[@robbdimitrov](https://twitter.com/robbdimitrov)## License
Copyright (c) 2017 Robert Dimitrov. Code released under the [MIT license](LICENSE).