An open API service indexing awesome lists of open source software.

https://github.com/stanwood/stanwood_root_ios

Umbrella CocoaPods for loading other internal pods.
https://github.com/stanwood/stanwood_root_ios

ios

Last synced: 8 months ago
JSON representation

Umbrella CocoaPods for loading other internal pods.

Awesome Lists containing this project

README

          

# Stanwood

[![Version](https://img.shields.io/cocoapods/v/Stanwood.svg?style=flat)](http://cocoapods.org/pods/Stanwood)
[![License](https://img.shields.io/cocoapods/l/Stanwood.svg?style=flat)](http://cocoapods.org/pods/Stanwood)
[![Platform](https://img.shields.io/cocoapods/p/Stanwood.svg?style=flat)](http://cocoapods.org/pods/Stanwood)
[![Build Status](https://travis-ci.org/stanwood/Stanwood_Root_iOS.svg?branch=master)](https://travis-ci.org/stanwood/Stanwood_Root_iOS)
## Example

To run the example project, clone the repo, and run `pod install` from the Example directory first.

## Installation

Stanwood is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod 'Stanwood'
```

This pod contains 5 sub-specs:

```ruby
pod 'Stanwood/Core'
pod 'Stanwood/Analytics'
pod 'Stanwood/Dialog'
pod 'Stanwood/GroupChain'
pod 'Stanwood/UITesting'
```

The default installation includes 2 subspecs: Core & Analytics. This simplifies the starting point for a new project.

### Core Sub-spec

See [StanwoodCore](https://cocoapods.org/pods/StanwoodCore)

### Analytics Sub-spec

See [StanwoodAnalytics](https://cocoapods.org/pods/StanwoodAnalytics)

### Dialog

See [StanwoodDialog](https://cocoapods.org/pods/StanwoodDialog)

### GroupChain Sub-spec

See [StanwoodGroupChain](https://cocoapods.org/pods/StanwoodGroupChain)

### UITesting Sub-spec

See [StanwoodUITesting](https://cocoapods.org/pods/StanwoodUITesting)

## Author

Stanwood GmbH.

## License

Stanwood is available under the MIT license. See the [LICENSE](https://github.com/stanwood/Stanwood_Root_iOS/blob/master/LICENSE) file for more info.