textileio / ios-textile

[DEPRECATED] iOS bindings for https://github.com/textileio/go-textile
MIT License
10 stars 6 forks source link

ios-textile

Made by Textile Chat on Slack GitHub license CircleCI branch standard-readme compliant Platform Version


Deprecation Warning

Textile Threads v1 are being deprecated. Please follow our ongoing work on v2 on both the go-textile-threads repo and the early preview.

Until Threads v2 release and integration into the iOS SDK, this repo should be used for experimental purposes only.


Textile provides encrypted, recoverable, schema-based, and cross-application data storage built on IPFS and libp2p. We like to think of it as a decentralized data wallet with built-in protocols for sharing and recovery, or more simply, an open and programmable iCloud.

Table of Contents

Install

Textile is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'Textile'

Usage

To learn about Textile usage, please head over to the Textile documentation and be sure to read the iOS getting started guide.

This repo contains an example project. To run it, clone the repo and install pods. Next, open Example/Textile.xcworkspace with Xcode and build and run the Textile-Example scheme.

git clone https://github.com/textileio/ios-textile.git
cd ios-textile/Example
pod repo update && pod install
open Textile.xcworkspace

Maintainers

@asutula @sanderpick

Contributing

PRs accepted.

Small note: If editing the README, please conform to the standard-readme specification.

License

MIT © 2019 Textile