Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glaszig/aktransmission
A Swift class to request Transmission web interface.
https://github.com/glaszig/aktransmission
Last synced: 13 days ago
JSON representation
A Swift class to request Transmission web interface.
- Host: GitHub
- URL: https://github.com/glaszig/aktransmission
- Owner: glaszig
- License: mit
- Created: 2017-03-05T15:28:15.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-06T22:53:23.000Z (almost 8 years ago)
- Last Synced: 2024-12-10T05:26:06.599Z (about 1 month ago)
- Language: Swift
- Size: 154 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AKTransmission
[![CI Status](http://img.shields.io/travis/Florian Morello/AKTransmission.svg?style=flat)](https://travis-ci.org/Florian Morello/AKTransmission)
[![Version](https://img.shields.io/cocoapods/v/AKTransmission.svg?style=flat)](http://cocoapods.org/pods/AKTransmission)
[![License](https://img.shields.io/cocoapods/l/AKTransmission.svg?style=flat)](http://cocoapods.org/pods/AKTransmission)
[![Platform](https://img.shields.io/cocoapods/p/AKTransmission.svg?style=flat)](http://cocoapods.org/pods/AKTransmission)## Usage
To run the example project, clone the repo, and run `carthage update`.
## Requirements
## Installation
AKTransmission is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod "AKTransmission"
```Edit your Info.plist to allow insecure http loads according to your domain
as transmission web interface isn't on https.
```NSExceptionDomains
localhost
NSExceptionAllowsInsecureHTTPLoads
```
## Author
Florian Morello, [email protected]
## License
AKTransmission is available under the MIT license. See the LICENSE file for more info.