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:
Trolley- Syntax ReferenceTRLOptions- Syntax ReferenceTRLDefaultsManager- Syntax ReferenceTRLRequest- Syntax Reference
The pod also provides very basic access to our TRLNetworkingTools
Trolley Core is only available through CocoaPods. You can install it with the following command:
$ gem install cocoapodsTo 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'
endThen, run the following command:
$ pod installTODO
TODO
harrytwright, haroldtomwright@gmail.com
TrolleyCore is available under the MIT license. See the LICENSE file for more info.