Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.