textiot
Version:
A framework for building web and native (IoT) Dapps on the IPFS network
66 lines (43 loc) • 2.79 kB
Markdown
# ios-textile
[](https://textile.io)
[](https://slack.textile.io)
[](./LICENSE)
[](https://circleci.com/gh/textileio/ios-textile)
[](https://github.com/RichardLitt/standard-readme)

[](https://cocoapods.org/pods/Textile)
---
**Deprecation Warning**
Textile Threads v1 are being deprecated. Please follow our ongoing work on v2 on both the [go-textile-threads repo](https://github.com/textileio/go-textile-threads) and the [early preview](https://paper.dropbox.com/doc/Threads-v2-Early-Preview-X8fKsMiTyztuQ1L8CnUng).
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](#install)
- [Usage](#usage)
- [Maintainers](#maintainers)
- [Contributing](#contributing)
- [License](#license)
## Install
Textile is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:
```ruby
pod 'Textile'
```
## Usage
To learn about Textile usage, please head over to the [Textile documentation](https://docs.textile.io/) and be sure to read the [iOS getting started guide](https://docs.textile.io/develop/clients/ios/).
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](https://github.com/asutula)
[@sanderpick](https://github.com/sanderpick)
## Contributing
PRs accepted.
Small note: If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.
## License
MIT © 2019 Textile