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

https://github.com/jakemarsh/common-paths

Adds shortcuts in the form of static vars to NSURL for commonly used directory paths.
https://github.com/jakemarsh/common-paths

Last synced: 8 months ago
JSON representation

Adds shortcuts in the form of static vars to NSURL for commonly used directory paths.

Awesome Lists containing this project

README

          

# common-paths

[![CI Status](http://img.shields.io/travis/jakemarsh/common-paths.svg?style=flat)](https://travis-ci.org/jakemarsh/common-paths)
[![Version](https://img.shields.io/cocoapods/v/common-paths.svg?style=flat)](http://cocoapods.org/pods/common-paths)
[![License](https://img.shields.io/cocoapods/l/common-paths.svg?style=flat)](http://cocoapods.org/pods/common-paths)
[![Platform](https://img.shields.io/cocoapods/p/common-paths.svg?style=flat)](http://cocoapods.org/pods/common-paths)

## Usage

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

## Requirements

## Installation

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

```ruby
pod "common-paths"
```

## Author

Jake Marsh, jake@deallocatedobjects.com

## License

common-paths is available under the MIT license. See the LICENSE file for more info.