This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Foundation | |
import Alamofire | |
let host = "https://api-dev.talala.la/api/v2" | |
protocol APIClientProtocol { | |
var authentication: APIClientAuthServiceProtocol { get } | |
var user: APIClientUserServiceProtocol { get } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "ReactiveCocoa", | |
"version": "4.2.2", | |
"summary": "A framework for composing and transforming streams of values.", | |
"description": "ReactiveCocoa (RAC) is an Objective-C framework for Functional Reactive Programming.\nIt provides APIs for composing and transforming streams of values.", | |
"homepage": "https://github.com/ReactiveCocoa/ReactiveCocoa", | |
"license": { | |
"type": "MIT", | |
"file": "LICENSE.md" | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Looking for OGRE... | |
-- checking for module 'OGRE' | |
-- package 'OGRE' not found | |
-- Found Ogre Byatis (1.8.0) | |
-- Found OGRE: -framework OGRE | |
-- Looking for OGRE_Paging... | |
-- Could not locate OGRE_Paging | |
-- Looking for OGRE_Terrain... | |
-- Could not locate OGRE_Terrain | |
-- Looking for OGRE_Property... |