AKTransmission 0.1.1

AKTransmission 0.1.1

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Nov 2015
SPMSupports SPM

Maintained by arsonik.



  • By
  • Florian Morello

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

AKTransmission is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "AKTransmission"

Edit your Info.plist to allow insecure http loads according to your domain as transmission web interface isn't on https.

<dict>
<key>NSExceptionDomains</key>
<dict>
<key>localhost</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
</dict>
</dict>
</dict>

Author

Florian Morello, [email protected]

License

AKTransmission is available under the MIT license. See the LICENSE file for more info.