Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.27 KB

README.md

File metadata and controls

44 lines (25 loc) · 1.27 KB

Datavenue iOS SDK

This open-source library allows you to integrate Datavenue into your iOS app. Learn more about Datavenue at https://datavenue.orange.com

Sample usage

To run the sample project with CocoaPods, run:

pod try Datavenue

or clone the project, install pod install from the Sample directory:

git clone http://https://github.com/Orange-Datavenue/Datavenue-iOS-SDK.git
cd Datavenue-iOS-SDK/Sample
pod install
open DatavenueSample.xcworkspace

The sample allows to browse all data related to a Datavenue account.

Inside the sample app, use the right-to-left swipe gesture to access to special actions on Prototypes, Templates and Streams (learn more about Datavenue resources in the documentation Overview guide.

Installation

The Datavenue iOS SDK is available through CocoaPods (http://cocoapods.org). To install it, simply add the following line to your project's 'Podfile:

pod 'Datavenue', '~> 0.1'

The Datavenue iOS SDK has no external dependency, it currently targets iOS 8.0.

Documentation

The latest documentation is available at http://cocoadocs.org/docsets/Datavenue

Author

Marc Capdevielle, [email protected]

License

Datavenue iOS SDK is available under the Apache v2.0 license. See the LICENSE file for more info.