Skip to content

Off-Piste/Trolley-Core

Repository files navigation

Trolley-Core

Build Status Languages

This repository contains the core of our Trolley SDK, with tests and an example application. The Trolley-Core framework is the base for all the Trolley frameworks but is designed so that it can be used by itself if you wish.

The pod provides access to:

The pod also provides very basic access to our TRLNetworkingTools

Installation

Trolley Core is only available through CocoaPods. You can install it with the following command:

$ gem install cocoapods

To integrate Trolley into your Xcode project using CocoaPods, specify it in your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
use_frameworks!

target '<Your Target Name>' do
  pod 'Trolley'
end

Then, run the following command:

$ pod install

Roadmap

TODO

Contributing

TODO

Author

harrytwright, haroldtomwright@gmail.com

License

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published