abbeyjackson / gooten-ios-core

Gooten core SDK (iOS)

Home Page:https://www.gooten.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gooten Core iOS SDK

Overview

Gooten Core is SDK with basic set of functionalities for dealing with Gooten platform, which allows you to manage orders for printing, manufacturing, and related resources within the Gooten cloud.

Installation

CocoaPods

CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:

$ gem install cocoapods

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

use_frameworks!

pod 'GootenCore'

Then, run the following command:

$ pod install

You should open the {Project}.xcworkspace instead of the {Project}.xcodeproj after you installed anything from CocoaPods.

Import

In Objective C project use @import GootenCore;. In Swift project use import GootenCore.

Documentation

Gooten Core documentation and user guide.

About

Gooten core SDK (iOS)

https://www.gooten.com/

License:Other


Languages

Language:Objective-C 64.9%Language:Swift 34.0%Language:C++ 0.8%Language:C 0.2%Language:Ruby 0.1%