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.
- Host: GitHub
- URL: https://github.com/stanwood/stanwood_root_ios
- Owner: stanwood
- License: mit
- Created: 2018-02-22T06:34:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-15T09:39:42.000Z (about 6 years ago)
- Last Synced: 2025-02-11T06:45:46.160Z (8 months ago)
- Topics: ios
- Language: Swift
- Size: 34 MB
- Stars: 1
- Watchers: 8
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stanwood
[](http://cocoapods.org/pods/Stanwood)
[](http://cocoapods.org/pods/Stanwood)
[](http://cocoapods.org/pods/Stanwood)
[](https://travis-ci.org/stanwood/Stanwood_Root_iOS)
## ExampleTo 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.